We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8340458 commit d9cee43Copy full SHA for d9cee43
tests/test_web_api.py
@@ -261,6 +261,7 @@ async def test_thirty_thirty_cycling(mock_rest) -> None:
261
assert('https://ruiot.roborock.com/api/v4/email/code/send' not in mock_rest.requests)
262
assert('https://cniot.roborock.com/api/v4/email/code/send' not in mock_rest.requests)
263
264
+
265
async def test_missing_country_login(mock_rest) -> None:
266
"""Test that we cycle through the URLs correctly."""
267
mock_rest.clear()
0 commit comments