Skip to content

Commit

Permalink
Get missed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Sep 10, 2024
1 parent 93d5a9f commit f7e5ff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/build_flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: []"),
),
Expand Down Expand Up @@ -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: []"),
),
Expand Down

0 comments on commit f7e5ff1

Please sign in to comment.