Skip to content

Commit

Permalink
Remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedelema17 authored Nov 11, 2024
1 parent 26fe9da commit 1d8f1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/alerters/opsgenie_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,4 +1287,3 @@ def test_formatted_opsgenie_addr(caplog):
user, level, message = caplog.record_tuples[0]
assert "Error response from https://api.opsgenie.com/v2/alerts \n API Response: <MagicMock name='post()' id=" not in message
assert ('elastalert', logging.INFO, 'Alert sent to OpsGenie') == caplog.record_tuples[0]

0 comments on commit 1d8f1b0

Please sign in to comment.