Skip to content

Commit e1a05e3

Browse files
committed
remove print
1 parent 67daef0 commit e1a05e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/api/tests/test_app_prefix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_api_prefix_with_root_path(TestCoreClient, prefix):
162162
with TestClient(api.app, base_url="http://stac.io", root_path="/api/v1") as client:
163163
landing = client.get(f"{prefix}/")
164164
assert landing.status_code == 200, landing.json()
165-
print(landing.text)
165+
166166
service_doc = client.get(f"{prefix}/api.html")
167167
assert service_doc.status_code == 200, service_doc.text
168168

0 commit comments

Comments
 (0)