Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkShadowCoder committed Nov 15, 2023
1 parent fab8cff commit 2e77cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/users/project/tests/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

from flask_testing import TestCase
from project import app, db
from project import create_app, db

app=create_app()
class BaseTestCase(TestCase):
def create_app(self):
app.config.from_object('project.config.TestingConfig')
Expand Down

0 comments on commit 2e77cc8

Please sign in to comment.