summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/mattermost.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/scenario/test/integration/mattermost.rb')
-rw-r--r--qa/qa/scenario/test/integration/mattermost.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/qa/qa/scenario/test/integration/mattermost.rb b/qa/qa/scenario/test/integration/mattermost.rb
index 4b1498faa37..145c767a38c 100644
--- a/qa/qa/scenario/test/integration/mattermost.rb
+++ b/qa/qa/scenario/test/integration/mattermost.rb
@@ -12,12 +12,6 @@ module QA
tags :mattermost
attribute :mattermost_address, '--mattermost-address URL', 'Address of the Mattermost server'
-
- def perform(options, *args)
- extract_address(:mattermost_address, options)
-
- super(options, *args)
- end
end
end
end