Skip to content

Commit

Permalink
Changing start heading text
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Feb 1, 2024
1 parent 409b060 commit dce9407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/commands/incident.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

INCIDENT_CHANNEL = os.environ.get("INCIDENT_CHANNEL")
SLACK_SECURITY_USER_GROUP_ID = os.environ.get("SLACK_SECURITY_USER_GROUP_ID")
START_HEADING = "DO NOT REMOVE this message as the SRE bot needs it as a placeholder."
START_HEADING = "DO NOT REMOVE this line as the SRE bot needs it as a placeholder."
END_HEADING = "Trigger"


Expand Down
2 changes: 1 addition & 1 deletion app/integrations/google_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
SRE_INCIDENT_FOLDER = os.environ.get("SRE_INCIDENT_FOLDER")
INCIDENT_TEMPLATE = os.environ.get("INCIDENT_TEMPLATE")
INCIDENT_LIST = os.environ.get("INCIDENT_LIST")
START_HEADING = "DO NOT REMOVE this message as the SRE bot needs it as a placeholder."
START_HEADING = "DO NOT REMOVE this line as the SRE bot needs it as a placeholder."
END_HEADING = "Trigger"

PICKLE_STRING = os.environ.get("PICKLE_STRING", False)
Expand Down
2 changes: 1 addition & 1 deletion app/tests/intergrations/test_google_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from unittest.mock import patch

# Constants for the test
START_HEADING = "DO NOT REMOVE this message as the SRE bot needs it as a placeholder."
START_HEADING = "DO NOT REMOVE this line as the SRE bot needs it as a placeholder."
END_HEADING = "Trigger"


Expand Down

0 comments on commit dce9407

Please sign in to comment.