Fix some bugs in tests

This commit is contained in:
Patrick Jentsch
2021-11-15 14:10:28 +01:00
parent 99674e6a7f
commit 4988e5e9a6
3 changed files with 4 additions and 9 deletions

View File

@ -1,5 +1,5 @@
from app import create_app, db
from . import TestConfig
from tests import TestConfig
import unittest