Skip to content

Commit

Permalink
Automatically reformatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-format Bot committed Jan 18, 2025
1 parent 8276465 commit 80f8be9
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 @@ -109,4 +109,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 80f8be9

Please sign in to comment.