Browse Source

fix TestBuildPlatformsWithCorrectBuildxConfig

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 1 năm trước cách đây
mục cha
commit
b2d4c1b865
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/e2e/build_test.go

+ 1 - 1
pkg/e2e/build_test.go

@@ -306,7 +306,7 @@ func TestBuildPlatformsWithCorrectBuildxConfig(t *testing.T) {
 			"-f", "fixtures/build-test/platforms/compose-unsupported-platform.yml", "build")
 		res.Assert(t, icmd.Expected{
 			ExitCode: 17,
-			Err:      "failed to solve: alpine: no match for platform in",
+			Err:      "no match for platform in",
 		})
 	})