Commit 2b64c67c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove useless assignment in secret variables specs

parent a69b3626
......@@ -4,7 +4,7 @@ module QA
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.act { sign_in_using_credentials }
variable = Factory::Resource::SecretVariable.fabricate! do |resource|
Factory::Resource::SecretVariable.fabricate! do |resource|
resource.key = 'VARIABLE_KEY'
resource.value = 'some secret variable'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment