Skip to content

Commit 040dbcb

Browse files
authored
pygeoapi test fix (#1018)
1 parent 3098c73 commit 040dbcb

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
@@ -39,5 +39,5 @@ def test_ogcapi_edr_pygeoapi():
3939
parameter_names = icoads['parameter_names'].keys()
4040
assert sorted(parameter_names) == ['AIRT', 'SST', 'UWND', 'VWND']
4141

42-
response = w.query_data('icoads-sst', 'position', coords='POINT(-75 45)')
42+
response = w.query_data('icoads-sst', 'position', coords='POINT(0 0)')
4343
assert isinstance(response, dict)

0 commit comments

Comments
 (0)