Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
  • Loading branch information
mohammedzee1000 committed Aug 24, 2021
1 parent a0aade2 commit 98dbcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/operatorhub/cmd_link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ var _ = Describe("odo link command tests for OperatorHub", func() {
})

It("should not list the service binding in `odo service list`", func() {
stdOut := helper.Cmd("odo", "service", "list", "--context", commonVar.Context)
stdOut := helper.Cmd("odo", "service", "list", "--context", commonVar.Context).ShouldPass().Out()
Expect(stdOut).ToNot(ContainSubstring("ServiceBinding/"))
})
})
Expand Down

0 comments on commit 98dbcb9

Please sign in to comment.