Skip to content

Commit 94ea367

Browse files
committed
fix: commenting
1 parent d85b4e1 commit 94ea367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_web_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async def test_url_cycling(mock_rest) -> None:
9292
},
9393
)
9494

95-
# 2. Mock EU URL to return a server-side error code
95+
# 2. Mock EU URL to return valid status but None for countrycode
9696
mock_rest.post(
9797
re.compile("https://euiot.roborock.com/api/v1/getUrlByEmail.*"),
9898
status=200,

0 commit comments

Comments
 (0)