mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
test: fix unstable test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
93a94d1dad
commit
47f1a448dd
@ -804,7 +804,7 @@ func TestSkipSign(t *testing.T) {
|
|||||||
require.Contains(
|
require.Contains(
|
||||||
t,
|
t,
|
||||||
Pipe{}.Run(ctx).Error(),
|
Pipe{}.Run(ctx).Error(),
|
||||||
`nfpm failed: failed to create signatures: call to signer failed: signing error: reading PGP key file: open /does/not/exist.gpg: no such file or directory`,
|
`open /does/not/exist.gpg: no such file or directory`,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user