Skip to content

Commit

Permalink
Switch tests to multiv2
Browse files Browse the repository at this point in the history
  • Loading branch information
jswoods committed Nov 30, 2023
1 parent f809050 commit 1862a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite/clusters/humiocluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var _ = Describe("HumioCluster Controller", func() {
})
toCreate.Spec.EnvironmentVariables = append(toCreate.Spec.EnvironmentVariables, corev1.EnvVar{
Name: "ORGANIZATION_MODE",
Value: "multi",
Value: "multiv2",
})

suite.UsingClusterBy(key.Name, "Creating the cluster successfully")
Expand Down

0 comments on commit 1862a38

Please sign in to comment.