Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaglia committed Aug 6, 2020
1 parent 27e1926 commit a2ca24d
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions tests/bdc_stac_tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,15 @@ def test_stac_search_parameters_intersects(self, client):
"time": "2018-01-01",
"intersects":
{
"type": "Feature",
"geometry":
{
"type": "Polygon",
"coordinates":
[
[[-122.308150179, 37.488035566],
[-122.597502109, 37.538869539],
[-122.576687533, 37.613537207],
[-122.288048600, 37.562818007],
[-122.308150179, 37.488035566]]
]
}
"type": "Polygon",
"coordinates":
[
[[-122.308150179, 37.488035566],
[-122.597502109, 37.538869539],
[-122.576687533, 37.613537207],
[-122.288048600, 37.562818007],
[-122.308150179, 37.488035566]]
]
}
}
response = client.post(
Expand Down

0 comments on commit a2ca24d

Please sign in to comment.