Skip to content

Commit

Permalink
fix operatorhub test
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed May 26, 2020
1 parent 1822215 commit b012054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/operatorhub/cmd_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var _ = Describe("odo service command tests for OperatorHub", func() {
var globals helper.Globals

BeforeEach(func() {
globals = helper.CommonBeforeEachDocker()
globals = helper.CommonBeforeEach()

helper.CmdShouldPass("odo", "project", "set", CI_OPERATOR_HUB_PROJECT)

Expand All @@ -29,7 +29,7 @@ var _ = Describe("odo service command tests for OperatorHub", func() {
})

var _ = AfterEach(func() {
helper.CommonAfterEeachDocker(globals)
helper.CommonAfterEeach(globals)
})

Context("When experimental mode is enabled", func() {
Expand Down

0 comments on commit b012054

Please sign in to comment.