Skip to content

Commit

Permalink
Update validator test
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 16, 2024
1 parent ba7452e commit 3365235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/turing/validation/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ func TestValidateAutoscaling(t *testing.T) {
Target: "hundred",
},
expectedError: strings.Join([]string{"Key: 'RouterConfig.AutoscalingPolicy.Target' ",
"Error:Field validation for 'Target' failed on the 'number' tag"}, ""),
"Error:Field validation for 'Target' failed on the 'numeric' tag"}, ""),
},
}
for name, tt := range suite {
Expand Down

0 comments on commit 3365235

Please sign in to comment.