Skip to content

Commit

Permalink
fix sessions test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 16, 2022
1 parent f88c8e8 commit a9ce005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/sessions/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def j(r):
json.loads(r.body.decode())
return json.loads(r.body.decode())


class NewPortsKernelManager(AsyncIOLoopKernelManager):
Expand Down

0 comments on commit a9ce005

Please sign in to comment.