Fixup upstream test
This commit is contained in:
parent
871e1d3e31
commit
9bfb0969f9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue