We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78197c commit 79e279bCopy full SHA for 79e279b
tests/test_ogcapi_edr_pygeoapi.py
@@ -10,7 +10,7 @@
10
@pytest.mark.online
11
@pytest.mark.skipif(not service_ok(SERVICE_URL),
12
reason='service is unreachable')
13
-def test_ogcapi_coverages_pygeoapi():
+def test_ogcapi_edr_pygeoapi():
14
w = EnvironmentalDataRetrieval(SERVICE_URL)
15
16
assert w.url == SERVICE_URL
0 commit comments