Skip to content

Commit b2ba02a

Browse files
test test_config path
1 parent ba98f64 commit b2ba02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ def test_config():
2828
default_config()
2929
print(f"{os.path.dirname(__file__)=}", flush=True)
3030
os.environ["DATA_FOLDER_PATH"] = os.path.join(
31-
os.path.dirname(__file__), "tests", "data"
31+
os.path.dirname(__file__), "..", "tests", "data"
3232
)

0 commit comments

Comments
 (0)