We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7c4d9 commit a37c53aCopy full SHA for a37c53a
1 file changed
tests/test_web_api.py
@@ -416,6 +416,7 @@ async def test_get_shared_device_rooms(mock_rest, result_payload) -> None:
416
HomeDataRoom(id=2362044, name="Kitchen"),
417
]
418
419
+
420
async def test_user_web_api_client_unauthorized_hook() -> None:
421
"""Test that UserWebApiClient triggers unauthorized hook on RoborockInvalidCredentials."""
422
mock_hook = Mock()
0 commit comments