Use random group path

parent bd9bb5c8
...@@ -18,7 +18,7 @@ module QA ...@@ -18,7 +18,7 @@ module QA
QA::Resource::Group.fabricate_via_api! do |group| QA::Resource::Group.fabricate_via_api! do |group|
group.sandbox = sandbox_group group.sandbox = sandbox_group
group.api_client = owner_api_client group.api_client = owner_api_client
group.name = 'group-with-2fa' group.path = "group-with-2fa-#{SecureRandom.hex(8)}"
end end
end 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