Add strict connection (#112387)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
f70ce8abf9
commit
348e1df949
23 changed files with 1187 additions and 64 deletions
|
@ -306,7 +306,7 @@ async def test_api_get_services(
|
|||
for serv_domain in data:
|
||||
local = local_services.pop(serv_domain["domain"])
|
||||
|
||||
assert serv_domain["services"] == local
|
||||
assert serv_domain["services"].keys() == local.keys()
|
||||
|
||||
|
||||
async def test_api_call_service_no_data(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue