Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-04 12:14:51 +0300
committerRémy Coutable <remy@rymai.me>2018-09-04 12:14:51 +0300
commit0689900c7a5ce368c780f1fce8f465685bbfa9d6 (patch)
tree3741e54d7b479b214c329c70c5745504e605e0a9
parenta6ca7efb4c4cff1914c9dc1a760e436f18715a5c (diff)
parentf2feb04b1a075384ed727d29b46403a5903970a2 (diff)
Merge branch 'sh-fix-object-storage-qa' into 'master'
Fix QA ObjectStorage not inheriting from Test::Instance::All See merge request gitlab-org/gitlab-ce!21494
-rw-r--r--qa/qa/scenario/test/integration/object_storage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/scenario/test/integration/object_storage.rb b/qa/qa/scenario/test/integration/object_storage.rb
index 874789db20d..2e028bbb5c6 100644
--- a/qa/qa/scenario/test/integration/object_storage.rb
+++ b/qa/qa/scenario/test/integration/object_storage.rb
@@ -4,7 +4,7 @@ module QA
module Scenario
module Test
module Integration
- class ObjectStorage < Test::Instance
+ class ObjectStorage < Test::Instance::All
tags :object_storage
end
end