Skip to content

Commit 457f16f

Browse files
committed
Merge branch 'feat/save_and_load' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/save_and_load
2 parents ce99d0a + 9901c9a commit 457f16f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_models_routes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ def test_import_project_route(client, tmp_path):
9696
"styles": {"1": {"visibility": True, "opacity": 1.0, "color": [0.2, 0.6, 0.9]}}
9797
}
9898

99-
client.application.config["DATA_FOLDER_PATH"] = os.path.join(str(tmp_path), "project_data")
99+
client.application.config["DATA_FOLDER_PATH"] = os.path.join(
100+
str(tmp_path), "project_data"
101+
)
100102
data_folder = client.application.config["DATA_FOLDER_PATH"]
101103
pre_existing_db_path = os.path.join(data_folder, "project.db")
102104

0 commit comments

Comments
 (0)