mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-25 21:29:14 +02:00
test(ko): make test more stable
This commit is contained in:
parent
eba43c289e
commit
dabe1f31bf
@ -507,7 +507,7 @@ func TestPublishPipeError(t *testing.T) {
|
||||
require.NoError(t, Pipe{}.Default(ctx))
|
||||
err := Pipe{}.Publish(ctx)
|
||||
require.Error(t, err)
|
||||
require.Contains(t, err.Error(), `publish: Get "https://fakerepo:8080/v2/": dial tcp:`)
|
||||
require.Contains(t, err.Error(), `Get "https://fakerepo:8080/v2/": dial tcp:`)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user