Skip to content

Commit 12bd4ea

Browse files
committed
Add debug
1 parent 76c0a9a commit 12bd4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/api/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ async def test_app_collection_fields_extension(
278278
resp = await app_client.get("/collections", params={"fields": ",".join(fields)})
279279
assert resp.status_code == 200
280280
resp_json = resp.json()
281+
print(resp_json)
281282
resp_collections = resp_json["collections"]
282283
assert len(resp_collections) > 0
283284
for collection in resp_collections:

0 commit comments

Comments
 (0)