diff options
-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 |