Skip to content

Commit

Permalink
fix #693: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro authored and lburgazzoli committed Jun 26, 2019
1 parent 2372774 commit 12a962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestBasicInstallation(t *testing.T) {
func TestAlternativeImageInstallation(t *testing.T) {
withNewTestNamespace(func(ns string) {
RegisterTestingT(t)
Expect(kamel("install", "-n", ns, "--operatorPod-image", "x/y:latest").Execute()).Should(BeNil())
Expect(kamel("install", "-n", ns, "--operator-image", "x/y:latest").Execute()).Should(BeNil())
Eventually(operatorImage(ns)).Should(Equal("x/y:latest"))
})
}
Expand Down

0 comments on commit 12a962e

Please sign in to comment.