Skip to content

Commit

Permalink
try to fix issue with test
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkinsa committed Oct 24, 2023
1 parent 53c66c1 commit 04b1be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/alerters/iris_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import logging

from unittest import mock
Expand Down Expand Up @@ -404,7 +403,7 @@ def test_iris_alert_alert(caplog):
url=f'https://{rule["iris_host"]}/alerts/add',
headers={
'Content-Type': 'application/json',
f'Authorization': f'Bearer {rule["iris_api_token"]}'
'Authorization': f'Bearer {rule["iris_api_token"]}'
},
json=mock.ANY,
verify=False,
Expand Down

0 comments on commit 04b1be7

Please sign in to comment.