We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2755653 commit 7ce79cbCopy full SHA for 7ce79cb
tests/test_gee_test.py
@@ -30,7 +30,7 @@ def test_sio_success(self):
30
31
assert isinstance(result, dict)
32
ser_result = GetTaskResultResponseSer(**result)
33
- assert ser_result.errorId == 12
+ assert ser_result.errorId in (34, 12)
34
35
async def test_aio_success(self):
36
instance = GeeTest(
@@ -45,7 +45,7 @@ async def test_aio_success(self):
45
46
47
48
49
50
@pytest.mark.parametrize("proxyType", ProxyTypeEnm)
51
def test_proxy_args(self, proxyType: ProxyTypeEnm):
0 commit comments