We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9bb68 commit 24d80c8Copy full SHA for 24d80c8
1 file changed
tests/conftest.py
@@ -11,12 +11,13 @@
11
import pytest
12
13
# Local application imports
14
-from opengeodeweb_back.app import app
+from opengeodeweb_back.app import create_app
15
16
from opengeodeweb_microservice.database.connection import init_database
17
18
TEST_ID = "1"
19
20
+app = create_app(__name__)
21
22
@pytest.fixture(scope="session", autouse=True)
23
def configure_test_environment() -> Generator[None, None, None]:
0 commit comments