Add strict connection (#112387)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Robert Resch 2024-04-12 14:47:46 +02:00 committed by GitHub
parent f70ce8abf9
commit 348e1df949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1187 additions and 64 deletions

View file

@ -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(