Skip to content

Commit f4d664a

Browse files
committed
revert
1 parent 89e62ad commit f4d664a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from src.opengeodeweb_microservice.microservice.data import Data
66

77

8-
def test_database_connection_basic():
8+
def test_database_connection_basic(app_context):
99
session = get_session()
1010
assert session is not None
1111
connection = get_database_connection()

0 commit comments

Comments
 (0)