Skip to content

Commit b2405d8

Browse files
Fixing merge issue
1 parent bcbcb3c commit b2405d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/webhook/apps/v1alpha1/nimservice_webhook_validation_helper_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@ func TestValidateScaleConfiguration(t *testing.T) {
912912
t.Run(tc.name, func(t *testing.T) {
913913
ns := baseNIMService()
914914
tc.modify(ns)
915+
errs := validateScaleConfiguration(&ns.Spec.Scale, ns.Spec.Replicas, fld)
915916
if got := len(errs); got != tc.wantErrs {
916917
t.Logf("Validation errors:")
917918
for i, err := range errs {

0 commit comments

Comments
 (0)