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>2020-11-16 15:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-16 15:09:05 +0300
commit127e6d9610b96f470ef4da2f7b5936211974fd17 (patch)
treefa2139329a72d7b8c12eb36f4a6350d3964ec146 /spec/factories/packages
parent14cb5b3d793c1f41c7d36e2e899d3e5e9eca148f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/packages')
-rw-r--r--spec/factories/packages/package_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/packages/package_file.rb b/spec/factories/packages/package_file.rb
index bcca48fb086..643ab8e4f95 100644
--- a/spec/factories/packages/package_file.rb
+++ b/spec/factories/packages/package_file.rb
@@ -15,7 +15,7 @@ FactoryBot.define do
end
factory :conan_package_file do
- package { create(:conan_package, without_package_files: true) }
+ package { association(:conan_package, without_package_files: true) }
transient do
without_loaded_metadatum { false }