Skip to content

Commit

Permalink
updated import file name specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-rl committed Oct 17, 2024
1 parent e8616a1 commit 19f9ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask_app.models import User, db
from werkzeug.security import generate_password_hash
from parameters import TEST_NAME, TEST_EMAIL, TEST_PASSWORD, SUPER_ADMIN_EMAIL, SUPER_ADMIN_NAME
from tests.parameters import TEST_NAME, TEST_EMAIL, TEST_PASSWORD, SUPER_ADMIN_EMAIL, SUPER_ADMIN_NAME


def test_check_super_admin_exist(client):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask_app.models import User, db
from werkzeug.security import generate_password_hash
from parameters import TEST_NAME, TEST_EMAIL, TEST_PASSWORD
from tests.parameters import TEST_NAME, TEST_EMAIL, TEST_PASSWORD


def test_register_page(client):
Expand Down

0 comments on commit 19f9ccf

Please sign in to comment.