Skip to content

Commit de6b4ea

Browse files
committed
Fix: missing VerifyCMisMultisiteCall to GetCMMultisiteEnvVarsCall rename
1 parent a4f702e commit de6b4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/splunk/enterprise/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ func TestUpgradePathValidation(t *testing.T) {
417417
t.Errorf("shc is not in ready state")
418418
}
419419

420-
VerifyCMisMultisiteCall = func(ctx context.Context, cr *enterpriseApi.ClusterManager, namespaceScopedSecret *corev1.Secret) ([]corev1.EnvVar, error) {
420+
GetCMMultisiteEnvVarsCall = func(ctx context.Context, cr *enterpriseApi.ClusterManager, namespaceScopedSecret *corev1.Secret) ([]corev1.EnvVar, error) {
421421
extraEnv := getClusterManagerExtraEnv(cr, &cr.Spec.CommonSplunkSpec)
422422
return extraEnv, err
423423
}

0 commit comments

Comments
 (0)