소스 검색

fix TestBuildPlatformsWithCorrectBuildxConfig

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 1 년 전
부모
커밋
b2d4c1b865
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",
 		})
 	})