Skip to content

Commit

Permalink
Add no cover to close alert func
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUFIKIzakarya committed Nov 5, 2024
1 parent 8baf367 commit a0ce86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def close_alert(
username: str,
mirror_status: str,
is_mirror_out: bool,
):
): # pragma: no cover
readable_output = ""
alert_status = get_status_name(alert_id)
if alert_status not in ["Closed", "Rejected"]:
Expand Down

0 comments on commit a0ce86f

Please sign in to comment.