Skip to content

Commit 4fee3cb

Browse files
committed
move to correct test case
1 parent 5a7a702 commit 4fee3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/eks/addons/plan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ func TestEKSAddonPlan(t *testing.T) {
358358
},
359359
expectCreateError: false,
360360
expectDoError: false,
361-
preserveOnDelete: true,
362361
},
363362
{
364363
name: "1 installed and 0 desired - delete addon & preserve",
@@ -391,6 +390,7 @@ func TestEKSAddonPlan(t *testing.T) {
391390
},
392391
expectCreateError: false,
393392
expectDoError: false,
393+
preserveOnDelete: true,
394394
},
395395
{
396396
name: "1 installed and 0 desired - addon has status of deleting",

0 commit comments

Comments
 (0)