Skip to content

Commit a42da89

Browse files
committed
updatetest
1 parent 46f76f3 commit a42da89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_drives/tests/test_handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ async def test_ListJupyterDrives_s3_empty_list(jp_fetch, s3_base):
5555

5656
# Then
5757
assert response.code == 200
58-
payload = json.loads(response.body)
59-
assert len(payload["data"]) == 0
58+
payload = json.loads(response)
59+
assert len(payload) == 0
6060

6161
@pytest.mark.skip(reason="FIX")
6262
async def test_ListJupyterDrives_s3_missing_credentials(jp_fetch, s3_base):

0 commit comments

Comments
 (0)