this is all of the changes now

This commit is contained in:
2026-02-18 18:43:42 -06:00
parent 77cf18c02f
commit a1b9b8d2b1
22 changed files with 619 additions and 535 deletions

View File

@@ -394,7 +394,7 @@ def test_rule_criteria_evaluation_notification(client: AttuneClient, test_pack):
"trigger": trigger["ref"],
"action": action["ref"],
"enabled": True,
"criteria": "{{ trigger.payload.environment == 'production' }}",
"criteria": "{{ event.payload.environment == 'production' }}",
"parameters": {
"message": "Production deployment approved",
},