Skip to content

Commit

Permalink
Fix linter errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhellyer committed Dec 10, 2024
1 parent c719c7a commit 69f0d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def test_rest_alert_list(alerts_config):
{
"zone_names": ["example-secondary.com"],
"notifier_list_ids": ["6707da567cd4f300012cd7e4"],
"data": {"min": 20, "max":80}
"data": {"min": 20, "max": 80},
},
)
),
],
)
def test_rest_alert_create(
Expand Down

0 comments on commit 69f0d08

Please sign in to comment.