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 f26ce63 commit 7fc7323Copy full SHA for 7fc7323
1 file changed
tests/test_field_filtering.py
@@ -56,7 +56,8 @@ def test_to_dict(layer_field_filter: QgsVectorLayer):
56
"filter_type",
57
"filter_name",
58
"sql_expression",
59
- } # noqa: E501
+ "field_has_multi_selection",
60
+ }
61
assert data["field_name"] == "attr_string"
62
assert data["filter_type"] == "Text"
63
assert data["filter_name"] == "My Filter"
0 commit comments