diff --git a/tests/test_web.py b/tests/test_web.py index 145bff9..eb276a6 100644 --- a/tests/test_web.py +++ b/tests/test_web.py @@ -1,8 +1,8 @@ import unittest -from flask import current_app +from app import -from app import create_app, db +from app import create_app, db, current_app class BasicTestCase(unittest.TestCase):