Skip to content

Commit c11b5bc

Browse files
committed
chore: better test
1 parent d9198e1 commit c11b5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_swagger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async def test_swagger_no_indexes(client, base_url, tables_index_rows, params):
6969
and f"{c}__{_p}" not in params # filters are in
7070
):
7171
missing.append(f"{c}__{_p} is missing in {output} output")
72+
assert params[f"{c}__{_p}"].get("allowEmptyValue") is None
7273
if (
7374
OPERATORS_DESCRIPTIONS.get(_p, {}).get("is_aggregator")
7475
and f"{c}__{_p}" in params # aggregators are out

0 commit comments

Comments
 (0)