We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ef8fc commit 35fae80Copy full SHA for 35fae80
1 file changed
python/lib/sift_client/_tests/sift_types/test_rule.py
@@ -46,7 +46,7 @@ def mock_rule(mock_client):
46
client_key=None,
47
rule_version=None,
48
archived_date=None,
49
- is_live_evaluation_enabled=None,
+ is_live_evaluation_enabled=False,
50
)
51
rule._apply_client_to_instance(mock_client)
52
return rule
0 commit comments