Commit acd51e80 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-fix-2fa-spec' into 'master'

Use random group path to avoid 400 on repeated deletion

Closes #254808

See merge request gitlab-org/gitlab!43086
parents b27b1736 e5382139
...@@ -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