From f7e5ff156cd8e3514c504b06a266d3efaa2aff93 Mon Sep 17 00:00:00 2001 From: Forest Eckhardt Date: Tue, 10 Sep 2024 15:38:14 +0000 Subject: [PATCH] Get missed test case --- integration/build_flags_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/build_flags_test.go b/integration/build_flags_test.go index b1c83563..1fc8d8ad 100644 --- a/integration/build_flags_test.go +++ b/integration/build_flags_test.go @@ -75,7 +75,6 @@ func testBuildFlags(t *testing.T, context spec.G, it spec.S) { Eventually(container).Should( Serve( SatisfyAll( - ContainSubstring("go1.21"), ContainSubstring(`variable value: "some-value"`), ContainSubstring("/workspace contents: []"), ), @@ -123,7 +122,6 @@ func testBuildFlags(t *testing.T, context spec.G, it spec.S) { Eventually(container).Should( Serve( SatisfyAll( - ContainSubstring("go1.21"), ContainSubstring(`variable value: "env-value"`), ContainSubstring("/workspace contents: []"), ),