Skip to content

Commit

Permalink
fix: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdjn committed Oct 23, 2024
1 parent a79280d commit fee2959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def test_upload_coverage_store(test_geoserver: GeoServer, test_workspace: str) -

@pytest.mark.skipif(not GEOSERVER_RUNNING, reason=f"No GeoServer running at {GEOSERVER_URL!r}.")
def test_get_coverage_store(test_geoserver: GeoServer, test_workspace: str, test_coverage_store: str) -> None:

data = test_geoserver.get_coverage_store(test_coverage_store, workspace=test_workspace)
assert isinstance(data, dict)

Expand Down

0 comments on commit fee2959

Please sign in to comment.