1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

test: fix unstable test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-12-29 11:57:56 -03:00
parent 93a94d1dad
commit 47f1a448dd

View File

@ -804,7 +804,7 @@ func TestSkipSign(t *testing.T) {
require.Contains(
t,
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`,
)
})