Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Jul 1, 2019
1 parent 1899978 commit 3362b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lab_tests/test_rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from eNMS.database.functions import fetch_all

from tests.test_base import check_pages
from tests.conftest import check_pages


@check_pages("table/device")
Expand Down
2 changes: 1 addition & 1 deletion tests/lab_tests/test_router_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from eNMS.database.functions import fetch

from tests.test_base import check_pages
from tests.conftest import check_pages


@check_pages("table/workflow")
Expand Down

0 comments on commit 3362b7f

Please sign in to comment.