Bump aiounifi to v64 (#102700)

This commit is contained in:
Robert Svensson 2023-10-25 03:27:42 +02:00 committed by GitHub
parent eb52943d27
commit 40817dabbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 17 deletions

View file

@ -167,6 +167,11 @@ def mock_default_unifi_requests(
json={"data": wlans_response or [], "meta": {"rc": "ok"}},
headers={"content-type": CONTENT_TYPE_JSON},
)
aioclient_mock.get(
f"https://{host}:1234/v2/api/site/{site_id}/trafficrules",
json=[{}],
headers={"content-type": CONTENT_TYPE_JSON},
)
async def setup_unifi_integration(