Skip to content

Commit

Permalink
Merge branch 'webhooks-for-alerts-v2' of https://github.com/groundlig…
Browse files Browse the repository at this point in the history
…ht/python-sdk into webhooks-for-alerts-v2
  • Loading branch information
f-wright committed Jan 18, 2025
2 parents c914775 + 80f8be9 commit 29b9189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def test_create_alert_webhook_action_and_other_action(gl_experimental: Experimen
det, f"test_alert_{name}", condition, webhook_actions=webhook_action, actions=email_action
)
assert len(alert.webhook_action) == 1
assert len(alert.action.root) == 1
assert len(alert.action.root) == 1

0 comments on commit 29b9189

Please sign in to comment.