Skip to content

Commit

Permalink
revise another case
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 1e21fe6 commit 37ac177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/keda/v1alpha1/scaledobject_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var _ = It("should validate the so creation when there are other SO for other wo

workload := createDeployment(namespaceName, false, false)
otherWorkload := createDeployment(namespaceName, false, false)
otherWorkload.Name = "other-deployment-name"
otherWorkload.Spec.Template.Name = "other-workload"

so1 := createScaledObject(soName, namespaceName, workloadName, "apps/v1", "Deployment", false, map[string]string{}, "")
Expand Down

0 comments on commit 37ac177

Please sign in to comment.