Skip to content

Commit

Permalink
Fixing e2e test for LT deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 committed Jan 22, 2024
1 parent b1ceb75 commit 21359e1
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 @@ -28,7 +28,7 @@ import (
)

var _ = Describe("Launch Template Deletion", func() {
FIt("should remove the generated Launch Templates when deleting the NodeClass", func() {
It("should remove the generated Launch Templates when deleting the NodeClass", func() {
pod := coretest.Pod()
env.ExpectCreated(nodePool, nodeClass, pod)
env.EventuallyExpectHealthy(pod)
Expand Down

0 comments on commit 21359e1

Please sign in to comment.