Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
sjordan29 committed Apr 30, 2024
1 parent 85da422 commit 7620c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_6_run_stac_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_catalog_endpoints(client: fastapi.testclient.TestClient) -> None:
assert response.status_code == 200

# NOTE: this is not static as the STAC catalog is on GitLab and can change
for catalog in ['conus-404-hourly', 'sub-catalog']:
for catalog in ['conus404-daily', 'sub-catalog']:
assert catalog in response.json()

response = client.get('/parent_catalog')
Expand Down

0 comments on commit 7620c9f

Please sign in to comment.