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 4452922 commit 7b3f48dCopy full SHA for 7b3f48d
tests/api/test_api.py
@@ -310,6 +310,8 @@ async def test_app_item_fields_extension(
310
assert len(features) > 0
311
# These fields are always included in items
312
constant_fields = ["id", "links"]
313
+ if not app.state.settings.use_api_hydrate:
314
+ constant_fields.append("collection")
315
for item in features:
316
assert set(item.keys()) == set(fields + constant_fields)
317
0 commit comments