Skip to content

Commit

Permalink
Fixing E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 committed Jan 22, 2024
1 parent 3d43d0a commit b1ceb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/integration/launch_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("Launch Template Deletion", func() {
{Name: aws.String(fmt.Sprintf("tag:%s", v1beta1.LabelNodeClass)), Values: []*string{aws.String(nodeClass.Name)}},
},
})
g.Expect(len(output.LaunchTemplates)).To(HaveLen(0))
g.Expect(output.LaunchTemplates).To(HaveLen(0))
}).Should(Succeed())
})
})

0 comments on commit b1ceb75

Please sign in to comment.