File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ async def test_code_login_v4_flow(mock_rest) -> None:
8787 ud = await api .code_login_v4 (4123 , "US" , 1 )
8888 assert ud == UserData .from_dict (USER_DATA )
8989
90+
9091async def test_url_cycling (mock_rest ) -> None :
9192 """Test that we cycle through the URLs correctly."""
9293 # Clear mock rest so that we can override the patches.
@@ -182,6 +183,7 @@ async def test_url_cycling(mock_rest) -> None:
182183 # Make sure we just have the three we tested for above.
183184 assert len (mock_rest .requests ) == 3
184185
186+
185187async def test_thirty_thirty_cycling (mock_rest ) -> None :
186188 """Test that we cycle through the URLs correctly when users have deleted accounts in higher prio regions."""
187189 # Clear mock rest so that we can override the patches.
You can’t perform that action at this time.
0 commit comments