Skip to content

Commit b2d4c1b

Browse files
committed
fix TestBuildPlatformsWithCorrectBuildxConfig
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 5a1ba0e commit b2d4c1b

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
@@ -306,7 +306,7 @@ func TestBuildPlatformsWithCorrectBuildxConfig(t *testing.T) {
306306
"-f", "fixtures/build-test/platforms/compose-unsupported-platform.yml", "build")
307307
res.Assert(t, icmd.Expected{
308308
ExitCode: 17,
309-
Err: "failed to solve: alpine: no match for platform in",
309+
Err: "no match for platform in",
310310
})
311311
})
312312

0 commit comments

Comments
 (0)