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>2021-01-06 12:10:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 12:10:31 +0300
commitb3c8b65ec2ab3af29d4d14eac27837e0c4793939 (patch)
tree8428c98fbb03f62a848ceeef79651172b04a7de4 /spec/factories/project_group_links.rb
parent92bd840b61c7963eb54e0c8de12618b8fe22b715 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/project_group_links.rb')
-rw-r--r--spec/factories/project_group_links.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/project_group_links.rb b/spec/factories/project_group_links.rb
index 5e3e83f18c1..b1b0f04d84c 100644
--- a/spec/factories/project_group_links.rb
+++ b/spec/factories/project_group_links.rb
@@ -3,7 +3,7 @@
FactoryBot.define do
factory :project_group_link do
project
- group
+ group { association(:group) }
expires_at { nil }
group_access { Gitlab::Access::DEVELOPER }