Skip to content

Commit

Permalink
remove namespace from cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
loktev-d committed Nov 29, 2023
1 parent bb7f366 commit 0355c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ func TestReconcileMachinePoolScaleToFromZero(t *testing.T) {
g.Expect(env.CreateKubeconfigSecret(ctx, testCluster)).To(Succeed())
defer func(do ...client.Object) {
g.Expect(env.CleanupAndWait(ctx, do...)).To(Succeed())
}(ns, testCluster)
}(testCluster)

defaultMachinePool := expv1.MachinePool{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit 0355c6d

Please sign in to comment.