We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e62ad commit f4d664aCopy full SHA for f4d664a
1 file changed
tests/test_connection.py
@@ -5,7 +5,7 @@
5
from src.opengeodeweb_microservice.microservice.data import Data
6
7
8
-def test_database_connection_basic():
+def test_database_connection_basic(app_context):
9
session = get_session()
10
assert session is not None
11
connection = get_database_connection()
0 commit comments