mirror of https://github.com/status-im/consul.git
api: fix mesh config entry tests for default namespace
This commit is contained in:
parent
583850e9d4
commit
0f53d6e119
|
@ -204,6 +204,7 @@ func TestAPI_ConfigEntries(t *testing.T) {
|
|||
"foo": "bar",
|
||||
"gir": "zim",
|
||||
},
|
||||
Namespace: defaultNamespace,
|
||||
}
|
||||
ce := c.ConfigEntries()
|
||||
|
||||
|
|
Loading…
Reference in New Issue