mirror of https://github.com/status-im/consul.git
fix test when run in enterprise (#10048)
This commit is contained in:
parent
f00d5e3a2a
commit
70f1ba3a2b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue