Skip to content

Commit 3711a67

Browse files
committed
iterate on handler test
1 parent a42da89 commit 3711a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_drives/tests/test_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def test_ListJupyterDrives_s3_empty_list(jp_fetch, s3_base):
5555

5656
# Then
5757
assert response.code == 200
58-
payload = json.loads(response)
58+
payload = json.loads(response.body)
5959
assert len(payload) == 0
6060

6161
@pytest.mark.skip(reason="FIX")

0 commit comments

Comments
 (0)