Skip to content

Commit

Permalink
Update tljh_repo2docker/tests/test_images.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
  • Loading branch information
trungleduc and jtpio committed Mar 12, 2024
1 parent c1397be commit a748f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tljh_repo2docker/tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ async def test_images_list_admin(app):
cookies = await app.login_user('admin')
r = await get_page('environments', app, cookies=cookies, allow_redirects=False)
r.raise_for_status()
print(r.text)
assert '{"images": [], "default_mem_limit": "None", "default_cpu_limit":"None", "machine_profiles": []}' in r.text


Expand Down

0 comments on commit a748f64

Please sign in to comment.