Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 30, 2023
1 parent 1ec5245 commit d0d088d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pipe/build/build_test.go
Expand Up @@ -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())
}

0 comments on commit d0d088d

Please sign in to comment.