1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

test: fix

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-08-07 12:11:10 +00:00
parent 03622ab59c
commit e7ceead889
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -409,7 +409,7 @@ func TestExtra(t *testing.T) {
t.Run("unmarshal error", func(t *testing.T) {
_, err := Extra[config.Docker](a, "fail-plz")
require.EqualError(t, err, "json: unknown field \"tap\"")
require.EqualError(t, err, "json: unknown field \"repository\"")
})
t.Run("marshal error", func(t *testing.T) {