We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474fc72 commit a66b61aCopy full SHA for a66b61a
1 file changed
tests/test_ngd.py
@@ -96,7 +96,7 @@ def test_ngd_api_call(self, collection, extent, crs, start_datetime, end_datetim
96
assert len(results["features"]) == max_results
97
98
@pytest.mark.skipif(not API_KEY, reason="Test API key not available")
99
- @pytest.mark.parametrize(*query_data.test_ngd_query_live())
+ @pytest.mark.parametrize(*query_data.test_ngd_query_live_collection())
100
def test_ngd_api_call_collection(self, collection, extent, crs, start_datetime, end_datetime, cql_filter, filter_crs,
101
max_results, offset):
102
ngd = NGD(key=API_KEY, collection=collection)
0 commit comments