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 d9198e1 commit c11b5bcCopy full SHA for c11b5bc
tests/test_swagger.py
@@ -69,6 +69,7 @@ async def test_swagger_no_indexes(client, base_url, tables_index_rows, params):
69
and f"{c}__{_p}" not in params # filters are in
70
):
71
missing.append(f"{c}__{_p} is missing in {output} output")
72
+ assert params[f"{c}__{_p}"].get("allowEmptyValue") is None
73
if (
74
OPERATORS_DESCRIPTIONS.get(_p, {}).get("is_aggregator")
75
and f"{c}__{_p}" in params # aggregators are out
0 commit comments