diff options
author | Stan Hu <stanhu@gmail.com> | 2018-09-04 02:12:33 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-09-04 02:12:33 -0700 |
commit | f2feb04b1a075384ed727d29b46403a5903970a2 (patch) | |
tree | 0463470efe4b91102547b6abf5277f23ad57ca44 /qa | |
parent | 8ff02cf7c43b7f7a2f5ca46aa678cfce67eab39b (diff) | |
download | gitlab-ce-f2feb04b1a075384ed727d29b46403a5903970a2.tar.gz |
Fix QA ObjectStorage not inheriting from Test::Instance::All
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/scenario/test/integration/object_storage.rb | 2 |
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 |