Skip to content

Commit

Permalink
revise test case annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Shane <[email protected]>
  • Loading branch information
ctccxxd committed Nov 20, 2024
1 parent 0fb7542 commit d26e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/keda/v1alpha1/scaledobject_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ var _ = It("shouldn't validate the so creation with cpu and memory when stateful
}).Should(HaveOccurred())
})

var _ = It("shouldn't validate the so creation without cpu and memory when custom resources without real StatefulSet", func() {
var _ = It("shouldn't validate the so creation without cpu and memory when custom resources and real StatefulSet not found", func() {

namespaceName := "crd-not-resources"
namespace := createNamespace(namespaceName)
Expand Down

0 comments on commit d26e32c

Please sign in to comment.