Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-11 09:13:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-11 09:13:04 +0300
commita3e10bf32044486be8923176581670cf9ccacc8b (patch)
tree6bb0bcd34b905c7540015ad1a5d032ad33fc0631 /db/fixtures/development
parent3e5f51c3717e31b741bca08639932cf6d63533c8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/fixtures/development')
-rw-r--r--db/fixtures/development/33_triage_ops.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/33_triage_ops.rb b/db/fixtures/development/33_triage_ops.rb
index 080e985fc5f..5d8b4a0a48f 100644
--- a/db/fixtures/development/33_triage_ops.rb
+++ b/db/fixtures/development/33_triage_ops.rb
@@ -192,7 +192,7 @@ class Gitlab::Seeder::TriageOps
group = Group.new(
name: group_path.titleize,
path: group_path,
- parent_id: parent&.id
+ parent: parent
)
group.description = FFaker::Lorem.sentence
group.save!