Skip to content

Commit

Permalink
Update acceptance/launcher_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Arellano <[email protected]>
Signed-off-by: Emily Casey <[email protected]>
  • Loading branch information
ekcasey and natalieparellano committed May 29, 2020
1 parent 99e8574 commit aadbe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/launcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func testLauncher(t *testing.T, when spec.G, it spec.S) {
t.Fatalf("failed to execute provided CMD:\n\t got: %s\n\t want: %s", output, "SOME_VAR=some-bp-val")
}
if !strings.Contains(string(output), "OTHER_VAR=other-bp-val") {
t.Fatalf("failed to execute provided CMD:\n\t got: %s\n\t want: %s", output, "SOME_VAR=some-bp-val")
t.Fatalf("failed to execute provided CMD:\n\t got: %s\n\t want: %s", output, "OTHER_VAR=other-bp-val")
}
})

Expand Down

0 comments on commit aadbe8f

Please sign in to comment.