From 10d1d6c9b6dec4000193f6577a4ee54feb468755 Mon Sep 17 00:00:00 2001 From: smohiudd Date: Tue, 16 Jul 2024 16:00:36 -0600 Subject: [PATCH] update collection test directory --- tests/test_collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_collections.py b/tests/test_collections.py index df03339c..3ab80ed9 100644 --- a/tests/test_collections.py +++ b/tests/test_collections.py @@ -4,7 +4,7 @@ from pystac import Collection ROOT = Path(__file__).parents[1] -COLLECTIONS_PATH = ROOT / "ingestion-data" / "collections" +COLLECTIONS_PATH = ROOT / "ingestion-data" / "production" / "collections" @pytest.mark.parametrize("path", COLLECTIONS_PATH.rglob("*.json"))