From 4bdbcff9c079e8d0523634a5967dfb6d50422d11 Mon Sep 17 00:00:00 2001 From: freddygv Date: Mon, 15 Mar 2021 17:20:30 -0600 Subject: [PATCH] Fixup upstream test --- agent/structs/connect_proxy_config_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent/structs/connect_proxy_config_test.go b/agent/structs/connect_proxy_config_test.go index 8246a15818..7c2c911f87 100644 --- a/agent/structs/connect_proxy_config_test.go +++ b/agent/structs/connect_proxy_config_test.go @@ -108,7 +108,6 @@ func TestUpstream_MarshalJSON(t *testing.T) { "DestinationName": "foo", "Datacenter": "dc1", "LocalBindPort": 1234, - "CentrallyConfigured": false, "MeshGateway": {} }`, wantErr: false, @@ -126,7 +125,6 @@ func TestUpstream_MarshalJSON(t *testing.T) { "DestinationName": "foo", "Datacenter": "dc1", "LocalBindPort": 1234, - "CentrallyConfigured": false, "MeshGateway": {} }`, wantErr: false,