diff --git a/utils/notification_service.py b/utils/notification_service.py index 2da280c7380471..c014ad4b6d40d3 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -854,7 +854,7 @@ def prepare_reports(title, header, reports, to_truncate=True): if __name__ == "__main__": ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID = os.environ["ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID"] - CI_SLACK_REPORT_CHANNEL_ID = os.environ["ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID"] + CI_SLACK_REPORT_CHANNEL_ID = os.environ[ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID] print(ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID) print(CI_SLACK_REPORT_CHANNEL_ID[:4])