Skip to content

Commit 79e279b

Browse files
committed
fix test name
1 parent d78197c commit 79e279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ogcapi_edr_pygeoapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@pytest.mark.online
1111
@pytest.mark.skipif(not service_ok(SERVICE_URL),
1212
reason='service is unreachable')
13-
def test_ogcapi_coverages_pygeoapi():
13+
def test_ogcapi_edr_pygeoapi():
1414
w = EnvironmentalDataRetrieval(SERVICE_URL)
1515

1616
assert w.url == SERVICE_URL

0 commit comments

Comments
 (0)