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-01-13 18:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-13 18:08:31 +0300
commit6ce180777857bd5733bf995131b1065965b41230 (patch)
treec5104dc3ebd2c3048357b40cb22fdb6a9ebdca4f /spec/lib/api
parente1eaab3fcdd63ca029886b53c29642dab536334f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/api')
-rw-r--r--spec/lib/api/entities/bulk_imports/entity_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/lib/api/entities/bulk_imports/entity_spec.rb b/spec/lib/api/entities/bulk_imports/entity_spec.rb
index 4de85862ab9..ba8a2ddffcb 100644
--- a/spec/lib/api/entities/bulk_imports/entity_spec.rb
+++ b/spec/lib/api/entities/bulk_imports/entity_spec.rb
@@ -21,7 +21,8 @@ RSpec.describe API::Entities::BulkImports::Entity do
:project_id,
:created_at,
:updated_at,
- :failures
+ :failures,
+ :migrate_projects
)
end
end