From 35f2bf22b7473877d9e1d9ad644f89dcc3da647b Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Thu, 15 Apr 2021 17:25:25 -0500 Subject: [PATCH] fix test when run in enterprise (#10048) --- agent/structs/config_entry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/structs/config_entry_test.go b/agent/structs/config_entry_test.go index aa9b9f23f..97ebecfd9 100644 --- a/agent/structs/config_entry_test.go +++ b/agent/structs/config_entry_test.go @@ -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",