Skip to content

Commit

Permalink
Remove endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden committed Aug 22, 2024
1 parent 053ed21 commit a9bf559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_status/monitor_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _get_certificate_expiration_email_notification_message(org_id, service_id, e

@staticmethod
def _get_certificate_expiration_slack_notification_message(org_id, service_id, endpoint, days_left_for_expiration):
return CERT_EXP_SLACK_NOTIFICATION_MSG % (service_id, org_id, NETWORK_NAME, days_left_for_expiration, endpoint)
return CERT_EXP_SLACK_NOTIFICATION_MSG % (service_id, org_id, NETWORK_NAME, days_left_for_expiration)


class MonitorServiceHealth(MonitorService):
Expand Down

0 comments on commit a9bf559

Please sign in to comment.