Skip to content

Commit a66b61a

Browse files
committed
Fixing tests
1 parent 474fc72 commit a66b61a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ngd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_ngd_api_call(self, collection, extent, crs, start_datetime, end_datetim
9696
assert len(results["features"]) == max_results
9797

9898
@pytest.mark.skipif(not API_KEY, reason="Test API key not available")
99-
@pytest.mark.parametrize(*query_data.test_ngd_query_live())
99+
@pytest.mark.parametrize(*query_data.test_ngd_query_live_collection())
100100
def test_ngd_api_call_collection(self, collection, extent, crs, start_datetime, end_datetime, cql_filter, filter_crs,
101101
max_results, offset):
102102
ngd = NGD(key=API_KEY, collection=collection)

0 commit comments

Comments
 (0)