diff --git a/app/tests/integ/utils.py b/app/tests/integ/utils.py index 099dc2e..ecf70e6 100644 --- a/app/tests/integ/utils.py +++ b/app/tests/integ/utils.py @@ -38,7 +38,7 @@ def client(): app.config['WTF_CSRF_ENABLED'] = False recreate_db() - assert User.query.count() == 1 + assert User.query.count() == 2 with app.test_client() as client: yield client