summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-27 00:08:09 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-27 00:08:09 +0000
commit6348b76e4b4dd4e398915c3150c1d02aafa3f13b (patch)
treec8c53d4adac92d4576d73d33ebeeaa62a2626b12 /db
parent03a70b84edfb86bc27f9234e1f1d157d3a33c555 (diff)
downloadgitlab-ce-6348b76e4b4dd4e398915c3150c1d02aafa3f13b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/17_cycle_analytics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/17_cycle_analytics.rb b/db/fixtures/development/17_cycle_analytics.rb
index 958412f30ed..f5dc2b558d4 100644
--- a/db/fixtures/development/17_cycle_analytics.rb
+++ b/db/fixtures/development/17_cycle_analytics.rb
@@ -160,7 +160,7 @@ class Gitlab::Seeder::CycleAnalytics
creator: admin,
namespace: FactoryBot.create(
:group,
- name: "Value Stream Management Group (#{suffix})",
+ name: "Value Stream Management Group #{suffix}",
path: "vsmg-#{suffix}"
)
)