diff --git a/tests/alerters/iris_test.py b/tests/alerters/iris_test.py index f8a5a81e..6b5f6d0c 100644 --- a/tests/alerters/iris_test.py +++ b/tests/alerters/iris_test.py @@ -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 @@ -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 @@ -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