Commit 96c29b1f authored by Dan Davison's avatar Dan Davison

Merge branch 'sec-reports-spec-project-group-fix' into 'master'

Fix for Security Reports Spec group dashboard

See merge request gitlab-org/gitlab!45747
parents 730795d1 282f216a
......@@ -23,6 +23,7 @@ module QA
@project = Resource::Project.fabricate_via_api! do |p|
p.name = Runtime::Env.auto_devops_project_name || 'project-with-secure'
p.description = 'Project with Secure'
p.group = Resource::Group.fabricate_via_api!
end
@runner = Resource::Runner.fabricate! do |runner|
......
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