Skip to content

Commit

Permalink
Alex's suggested test change.
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Dejanovski <[email protected]>
  • Loading branch information
Miles-Garnsey and adejanovski authored Dec 13, 2023
1 parent 21168ff commit 4153bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/medusa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func verifyRestoreJobFinished(t *testing.T, ctx context.Context, f *framework.E2

require.Eventually(func() bool {
secret := &corev1.Secret{}
err := f.Get(ctx, framework.NewClusterKey(restoreClusterKey.K8sContext, restoreClusterKey.Namespace, cassdcapi.CleanupForKubernetes(dcKey.Name)+"-superuser"), secret)
err := f.Get(ctx, framework.NewClusterKey(restoreClusterKey.K8sContext, restoreClusterKey.Namespace, "test-superuser", secret)
if err != nil {
t.Log(err)
return false
Expand Down

0 comments on commit 4153bd9

Please sign in to comment.