Skip to content

Commit

Permalink
Fixing a test expecting a "v" at the start of the operator docker ima…
Browse files Browse the repository at this point in the history
…ge version (#379)
  • Loading branch information
andriy-bulynko authored May 27, 2020
1 parent 9fb6800 commit dd8a48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/qliksense/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
return false
}
if !haveMatchingImage(func(image string) bool {
return strings.Contains(image, "qlik-docker-oss.bintray.io/qliksense-operator:v")
return strings.Contains(image, "qlik-docker-oss.bintray.io/qliksense-operator:")
}) {
t.Fatal("expected to find the operator image in the list, but it wasn't there")
}
Expand Down

0 comments on commit dd8a48b

Please sign in to comment.