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 a323c9d commit 6d0d1d1Copy full SHA for 6d0d1d1
tests/unit/test_dataset.py
@@ -588,6 +588,10 @@ def test_condition_getter_setter(
588
entry.condition = None
589
assert entry.condition is None
590
591
+ # Set condition using a dict
592
+ entry.condition = condition_1_api_repr
593
+ assert entry._properties.get("condition") == condition_1_api_repr
594
+
595
# Test setter validation
596
def test_condition_setter_invalid_type(self):
597
entry = AccessEntry("READER", "domain", "example.com")
0 commit comments