summaryrefslogtreecommitdiff
path: root/app/models/integrations/mattermost_slash_commands.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/integrations/mattermost_slash_commands.rb')
-rw-r--r--app/models/integrations/mattermost_slash_commands.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/integrations/mattermost_slash_commands.rb b/app/models/integrations/mattermost_slash_commands.rb
index 6cd664da9e7..30a8ba973c1 100644
--- a/app/models/integrations/mattermost_slash_commands.rb
+++ b/app/models/integrations/mattermost_slash_commands.rb
@@ -6,7 +6,7 @@ module Integrations
prop_accessor :token
- def can_test?
+ def testable?
false
end