Skip to content

Commit

Permalink
Fix #1286: fix tekton test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Feb 22, 2020
1 parent 794bd2d commit abacac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tekton_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestTektonLikeBehavior(t *testing.T) {
Expect(createOperatorRoleBinding(ns)).Should(BeNil())

Eventually(operatorPod(ns)).Should(BeNil())
Expect(createKamelPod(ns, "tekton-task", "install", "--skip-cluster-setup")).Should(BeNil())
Expect(createKamelPod(ns, "tekton-task", "install", "--skip-cluster-setup", "--force")).Should(BeNil())

Eventually(operatorPod(ns)).ShouldNot(BeNil())
})
Expand Down

0 comments on commit abacac8

Please sign in to comment.