From 10f57c6290057986c4515db9d5e8af6f46420037 Mon Sep 17 00:00:00 2001 From: arout Date: Wed, 24 Jul 2019 11:56:41 +0530 Subject: [PATCH] Fixed some more test failure --- tests/integration/component.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/component.go b/tests/integration/component.go index e8af750deaf..5eef4149dc0 100644 --- a/tests/integration/component.go +++ b/tests/integration/component.go @@ -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)