Skip to content

Commit

Permalink
Fix Chatbot::SlackChannelConfiguration LoggingLevel validation (Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Sep 6, 2024
1 parent 55ac0b6 commit dbb0baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/validators/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def validate_logginglevel(slackchannelconfiguration_logginglevel):
Property: SlackChannelConfiguration.LoggingLevel
"""

VALID_SLACKCHANNELCONFIGURATION_LOGGINGLEVEL = ("ERROR", "INFO", "NODE")
VALID_SLACKCHANNELCONFIGURATION_LOGGINGLEVEL = ("ERROR", "INFO", "NONE")

if (
slackchannelconfiguration_logginglevel
Expand Down

0 comments on commit dbb0baf

Please sign in to comment.