Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Jan 21, 2024
1 parent d7e04e1 commit 67e1971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tljh_repo2docker/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import asyncio
import os
import sys

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tljh_repo2docker/tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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()
assert 'Repository' in r.text
assert '{"images": [], "default_mem_limit": "None", "default_cpu_limit":"None"}' in r.text


@pytest.mark.asyncio
Expand Down

0 comments on commit 67e1971

Please sign in to comment.