Skip to content

Commit

Permalink
Fix failing envtests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Apr 5, 2024
1 parent e701ebe commit fbbc63c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions controllers/k8ssandra/medusa_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ func medusaTemplateWithoutConfigRef() *medusaapi.MedusaClusterTemplate {

func medusaTemplateWithConfigRef(configRefName, namespace string) *medusaapi.MedusaClusterTemplate {
configRef := &corev1.ObjectReference{
Name: configRefName,
Namespace: namespace,
Name: configRefName,
}
return medusaTemplate(configRef)
}
Expand Down Expand Up @@ -623,8 +622,7 @@ func createMultiDcClusterWithReplicatedSecrets(t *testing.T, ctx context.Context
},
Medusa: &medusaapi.MedusaClusterTemplate{
MedusaConfigurationRef: corev1.ObjectReference{
Namespace: namespace,
Name: originalConfigName,
Name: originalConfigName,
},
StorageProperties: medusaapi.Storage{
Prefix: "some-prefix",
Expand Down

0 comments on commit fbbc63c

Please sign in to comment.