Commit 3c652e57 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'sh-fix-issue-212625' into 'master'

Fix dev-fixtures failing on master

Closes #212625

See merge request gitlab-org/gitlab!28163
parents 05fc4667 e2c7f699
...@@ -160,7 +160,7 @@ class Gitlab::Seeder::CycleAnalytics ...@@ -160,7 +160,7 @@ class Gitlab::Seeder::CycleAnalytics
creator: admin, creator: admin,
namespace: FactoryBot.create( namespace: FactoryBot.create(
:group, :group,
name: "Value Stream Management Group (#{suffix})", name: "Value Stream Management Group #{suffix}",
path: "vsmg-#{suffix}" path: "vsmg-#{suffix}"
) )
) )
......
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