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 d85b4e1 commit 94ea367Copy full SHA for 94ea367
tests/test_web_api.py
@@ -92,7 +92,7 @@ async def test_url_cycling(mock_rest) -> None:
92
},
93
)
94
95
- # 2. Mock EU URL to return a server-side error code
+ # 2. Mock EU URL to return valid status but None for countrycode
96
mock_rest.post(
97
re.compile("https://euiot.roborock.com/api/v1/getUrlByEmail.*"),
98
status=200,
0 commit comments