mirror of https://github.com/status-im/consul.git
Fixup upstream test
This commit is contained in:
parent
6090cfcf68
commit
4bdbcff9c0
|
@ -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