You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_rosette_api.py
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,6 @@ def api():
47
47
returnapi
48
48
49
49
50
-
@pytest.fixture
51
-
defjson_429(scope="module"):
52
-
body=json.dumps({'message': 'too many requests', 'versionChecked': True})
53
-
returnbody
54
-
55
-
56
50
@pytest.fixture
57
51
defjson_409(scope="module"):
58
52
body=json.dumps({'code': 'incompatibleClientVersion', 'message': 'the version of client library used is not compatible with this server', 'versionChecked': True})
0 commit comments