Skip to content

Commit

Permalink
Fixed some more test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Jul 24, 2019
1 parent faed245 commit 10f57c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ func componentTests(args ...string) {
Expect(stdOut).To(ContainSubstring("FOO"))

helper.CmdShouldPass("odo", "push")
stdOut = helper.CmdShouldPass("oc", "describe", "dc", "dc/"+dcName, "-n", project)
stdOut = helper.CmdShouldPass("oc", "describe", "dc/"+dcName, "-n", project)
Expect(stdOut).To(ContainSubstring("FOO:"))

helper.Chdir(originalDir)
Expand Down

0 comments on commit 10f57c6

Please sign in to comment.