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 a42da89 commit 3711a67Copy full SHA for 3711a67
jupyter_drives/tests/test_handlers.py
@@ -55,7 +55,7 @@ async def test_ListJupyterDrives_s3_empty_list(jp_fetch, s3_base):
55
56
# Then
57
assert response.code == 200
58
- payload = json.loads(response)
+ payload = json.loads(response.body)
59
assert len(payload) == 0
60
61
@pytest.mark.skip(reason="FIX")
0 commit comments