Skip to content

Commit

Permalink
test: fix #957. change download response url (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom authored Nov 22, 2024
1 parent b26746f commit 3c81c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_planetapi/test_PlanetModel/test_get_quad.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_links:
_self: https://api.planet.com/basemaps/v1/mosaics/1f0570f3-b373-457f-89a5-046b4080d199/quads/1088-1058?api_key=toto
download: https://api.planet.com/basemaps/v1/mosaics/1f0570f3-b373-457f-89a5-046b4080d199/quads/1088-1058/full?api_key=toto
download: https://link.planet.com/basemaps/v1/mosaics/1f0570f3-b373-457f-89a5-046b4080d199/quads/1088-1058/full?api_key=toto
items: https://api.planet.com/basemaps/v1/mosaics/1f0570f3-b373-457f-89a5-046b4080d199/quads/1088-1058/items?api_key=toto
thumbnail: https://tiles.planet.com/basemaps/v1/planet-tiles/planet_medres_normalized_analytic_2015-12_2016-05_mosaic/gmap/11/1088/989.png?api_key=toto
bbox:
Expand Down

0 comments on commit 3c81c9d

Please sign in to comment.