Skip to content

Commit

Permalink
update latest versions in test
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Nov 1, 2024
1 parent 406e29a commit 9d53a43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/routes/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
def test_viirs_vector_tile_server(client):
"""
Basic test to check if empty data api response as expected
"""
"""Basic test to check if empty data api response as expected."""

response = client.get("/_latest")
api_data = response.json()
Expand All @@ -15,6 +13,7 @@ def test_viirs_vector_tile_server(client):
{"dataset": "umd_tree_cover_loss", "version": "v1.8"},
{"dataset": "wdpa_protected_areas", "version": "v201912"},
{"dataset": "wur_radd_alerts", "version": "v20201214"},
{"dataset": "gfw_integrated_alerts", "version": "v20201012"},
],
"status": "success",
}

0 comments on commit 9d53a43

Please sign in to comment.