Fixup upstream test

This commit is contained in:
freddygv 2021-03-15 17:20:30 -06:00
parent 871e1d3e31
commit 9bfb0969f9
1 changed files with 0 additions and 2 deletions

View File

@ -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,