You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-29 23:07:42 +02:00
test: fix
This commit is contained in:
@@ -748,7 +748,6 @@ func TestRunHookFailWithLogs(t *testing.T) {
|
||||
}
|
||||
ctx := testctx.NewWithCfg(config, testctx.WithCurrentTag("2.4.5"))
|
||||
err := Pipe{}.Run(ctx)
|
||||
require.ErrorIs(t, err, exec.ErrNotFound)
|
||||
require.Contains(t, err.Error(), "pre hook failed")
|
||||
require.Empty(t, ctx.Artifacts.List())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user