Skip to content

Commit

Permalink
chore(pre-commit.ci): auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 17, 2024
1 parent c26d2b3 commit 46d83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,10 +962,10 @@ async def test_get_chime_not_adopted_enabled(protect_client: ProtectApiClient, c
obj = create_from_unifi_dict(chime)
assert_equal_dump(obj, await protect_client.get_chime("test_id"))


@pytest.mark.skipif(not TEST_CAMERA_EXISTS, reason="Missing testdata")
@pytest.mark.asyncio()
async def test_get_aiports(protect_client: ProtectApiClient, aiports):
objs = [create_from_unifi_dict(d) for d in aiports]

assert_equal_dump(objs, await protect_client.get_aiports())

0 comments on commit 46d83f8

Please sign in to comment.