We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237529 commit 1926986Copy full SHA for 1926986
api/jobset/v1alpha2/jobset_webhook_test.go
@@ -463,7 +463,7 @@ func TestValidateCreate(t *testing.T) {
463
},
464
465
want: errors.Join(
466
- fmt.Errorf(jobNameTooLongErrorMsg),
+ fmt.Errorf(subdomainTooLongErrMsg),
467
),
468
469
{
@@ -507,7 +507,7 @@ func TestValidateCreate(t *testing.T) {
507
508
509
510
- fmt.Errorf(subdomainTooLongErrMsg),
+ fmt.Errorf(jobNameTooLongErrorMsg),
511
512
513
0 commit comments