Skip to content

Commit 3f1fd0e

Browse files
committed
unit tests fixed
1 parent b092598 commit 3f1fd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def mock_settings_env_vars():
3737
"API_TITLE": "Test Api",
3838
"API_DESCRIPTION": "My Test Api",
3939
"STAC_API_URL": "http://test-stac-api.mock.com/api/",
40-
"ALEMBIC_DIR": ALEMBIC_DIR,
40+
"ALEMBIC_DIR": str(ALEMBIC_DIR),
4141
},
4242
):
4343
yield

0 commit comments

Comments
 (0)