Skip to content

Commit

Permalink
Undo changes in test_api
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariko Wakabayashi committed Oct 30, 2020
1 parent 74ab877 commit a2404d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/services/contents/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

from ...utils import expected_http_error


def notebooks_only(dir_model):
return [nb for nb in dir_model['content'] if nb['type']=='notebook']

Expand Down Expand Up @@ -837,4 +838,4 @@ async def test_file_checkpoints(fetch, contents):
method='GET'
)
cps = json.loads(r.body.decode())
assert cps == []
assert cps == []

0 comments on commit a2404d8

Please sign in to comment.