We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47704ad commit 1299beaCopy full SHA for 1299bea
stac_fastapi/api/tests/test_app_prefix.py
@@ -51,7 +51,7 @@ def test_api_prefix(TestCoreClient, prefix):
51
collections = client.get(f"{prefix}/collections")
52
assert collections.status_code == 200, collections.json()
53
collection_id = collections.json()["collections"][0]["id"]
54
- print(collections.json()["links"])
+
55
collection = client.get(f"{prefix}/collections/{collection_id}")
56
assert collection.status_code == 200, collection.json()
57
0 commit comments