Skip to content

Commit

Permalink
test: set CPU/memory scaler specs properly
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Netto <[email protected]>
  • Loading branch information
nettoclaudio committed Dec 21, 2023
1 parent 4a43163 commit 13226a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/keda/v1alpha1/scaledobject_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ var _ = It("should not validate ScaledObject creation when deployment only provi
{
Type: "cpu",
Metadata: map[string]string{
"cpu": "10",
"value": "10",
},
},
}
Expand Down Expand Up @@ -468,7 +468,7 @@ var _ = It("should not validate ScaledObject creation when deployment only provi
{
Type: "memory",
Metadata: map[string]string{
"memory": "512Mi",
"value": "512Mi",
},
},
}
Expand Down

0 comments on commit 13226a6

Please sign in to comment.