Skip to content

Commit

Permalink
Change DcPrefix() in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Nov 27, 2024
1 parent d8eff49 commit 715c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@ func DcPrefix(
cassdc := &cassdcapi.CassandraDatacenter{}
err := f.Get(context.Background(), dcKey, cassdc)
require.NoError(t, err)
return framework.CleanupForKubernetes(fmt.Sprintf("%s-%s", cassdc.Spec.ClusterName, cassdc.DatacenterName()))
return framework.CleanupForKubernetes(fmt.Sprintf("%s-%s", cassdc.Spec.ClusterName, cassdc.Name))
}

func DcClusterName(
Expand Down

0 comments on commit 715c7f1

Please sign in to comment.