mirror of https://github.com/hashicorp/consul
Fixed TestSanitize unit test
parent
66fdf445e8
commit
9a57dfd68a
|
@ -4075,6 +4075,7 @@ func TestSanitize(t *testing.T) {
|
||||||
"ID": "",
|
"ID": "",
|
||||||
"Name": "foo",
|
"Name": "foo",
|
||||||
"Port": 0,
|
"Port": 0,
|
||||||
|
"ServiceMeta": {},
|
||||||
"Tags": [],
|
"Tags": [],
|
||||||
"Token": "hidden"
|
"Token": "hidden"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue