Skip to content

Commit

Permalink
test(insights): change version for test (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Nov 14, 2023
1 parent 77dcf16 commit c60d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/insights/test/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type InsightsTestResources struct {
Resources *corev1.ResourceRequirements
}

const expectedOperatorVersion = "2.5.0-dev"
const expectedOperatorVersion = "2.4.0-dev"

func (r *InsightsTestResources) NewGlobalPullSecret() *corev1.Secret {
config := `{"auths":{"example.com":{"auth":"hello"},"cloud.openshift.com":{"auth":"world"}}}`
Expand Down

0 comments on commit c60d59e

Please sign in to comment.