Skip to content

Commit c37c526

Browse files
committed
custom exit codes is obsolete
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent c5e2713 commit c37c526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/e2e/build_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func TestBuildPlatformsWithCorrectBuildxConfig(t *testing.T) {
305305
"-f", "fixtures/build-test/platforms/compose-unsupported-platform.yml", "build")
306306
res.Assert(t, icmd.Expected{
307307
ExitCode: 1,
308-
Err: "no match for platform in",
308+
Err: "no match for platform",
309309
})
310310
})
311311

0 commit comments

Comments
 (0)