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 76c0a9a commit 12bd4eaCopy full SHA for 12bd4ea
tests/api/test_api.py
@@ -278,6 +278,7 @@ async def test_app_collection_fields_extension(
278
resp = await app_client.get("/collections", params={"fields": ",".join(fields)})
279
assert resp.status_code == 200
280
resp_json = resp.json()
281
+ print(resp_json)
282
resp_collections = resp_json["collections"]
283
assert len(resp_collections) > 0
284
for collection in resp_collections:
0 commit comments