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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/scenario/test/integration/mattermost.rb b/qa/qa/scenario/test/integration/mattermost.rb
index d939f52ab16..13bfad28b0b 100644
--- a/qa/qa/scenario/test/integration/mattermost.rb
+++ b/qa/qa/scenario/test/integration/mattermost.rb
@@ -9,10 +9,10 @@ module QA
class Mattermost < Test::Instance
tags :core, :mattermost
- def perform(address, mattermost, *files)
+ def perform(address, mattermost, *rspec_options)
Runtime::Scenario.define(:mattermost_address, mattermost)
- super(address, *files)
+ super(address, *rspec_options)
end
end
end