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:
Diffstat (limited to 'spec/factories/projects/import_export/relation_export_upload.rb')
-rw-r--r--spec/factories/projects/import_export/relation_export_upload.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/projects/import_export/relation_export_upload.rb b/spec/factories/projects/import_export/relation_export_upload.rb
index eaa57d6ee59..4bd6a586720 100644
--- a/spec/factories/projects/import_export/relation_export_upload.rb
+++ b/spec/factories/projects/import_export/relation_export_upload.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
FactoryBot.define do
- factory :project_relation_export_upload, class: 'Projects::ImportExport::RelationExportUpload' do
+ factory :relation_export_upload, class: 'Projects::ImportExport::RelationExportUpload' do
relation_export factory: :project_relation_export
export_file { fixture_file_upload("spec/fixtures/gitlab/import_export/labels.tar.gz") }
end