fix test when run in enterprise (#10048)

This commit is contained in:
R.B. Boyer 2021-04-15 17:25:25 -05:00 committed by GitHub
parent 20812e3834
commit 35f2bf22b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1719,7 +1719,7 @@ func TestServiceConfigEntry_Validate(t *testing.T) {
},
},
},
expectErr: `error in upstream override for : Name is required`,
expectErr: `Name is required`,
},
{
name: "upstream config defaults with name",