Skip to content

Commit

Permalink
Fix formatting issues per flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolletAMNH committed Mar 7, 2025
1 parent 13e27d2 commit 4f7f6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/alerters/iris_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def test_iris_make_alert_auto_description(caplog):
actual_data = alert.make_alert([match])
assert expected_data == actual_data


def test_iris_make_alert_auto_description_realert(caplog):
"""Test for the built-in elastalert2 create_title and create_body functions
Expand Down Expand Up @@ -510,6 +511,7 @@ def test_iris_make_alert_auto_description_realert(caplog):
assert first_expected_data == first_data
assert second_expected_data == second_data


def test_iris_make_alert_auto_blank_description_realert(caplog):
"""Test for the built-in elastalert2 create_title and create_body functions
Expand Down Expand Up @@ -642,6 +644,7 @@ def test_iris_make_alert_auto_blank_description_realert(caplog):
assert first_expected_data == first_data
assert second_expected_data == second_data


def test_iris_make_alert_auto_description_args(caplog):
"""Test for the built-in elastalert2 create_title and create_body functions
Expand Down

0 comments on commit 4f7f6f2

Please sign in to comment.