Skip to content

Commit

Permalink
Update pkg/controllers/providers/ssm/invalidation/suite_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Innis <[email protected]>
  • Loading branch information
jmdeal and jonathan-innis authored Oct 31, 2024
1 parent 0a7f23e commit 106b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/providers/ssm/invalidation/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var _ = Describe("SSM Invalidation Controller", func() {
Expect(updatedAMIID).To(Equal(amiID))
}
})
It("should't invalidate cache entries for deprecated AMIs when the SSM parameter is immutable", func() {
It("shouldn't invalidate cache entries for deprecated AMIs when the SSM parameter is immutable", func() {
nodeClass.Spec.AMISelectorTerms[0].Alias = "al2023@v20241024"
_, err := awsEnv.AMIProvider.List(ctx, nodeClass)
Expect(err).To(BeNil())
Expand Down

0 comments on commit 106b0e7

Please sign in to comment.