summaryrefslogtreecommitdiff
path: root/spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb')
-rw-r--r--spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb b/spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb
index f03a178b993..9ea519d367e 100644
--- a/spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb
+++ b/spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb
@@ -13,11 +13,12 @@ RSpec.describe BulkImports::Common::Pipelines::EntityFinisher do
expect(logger)
.to receive(:info)
.with(
- bulk_import_id: entity.bulk_import.id,
+ bulk_import_id: entity.bulk_import_id,
bulk_import_entity_id: entity.id,
bulk_import_entity_type: entity.source_type,
pipeline_class: described_class.name,
- message: 'Entity finished'
+ message: 'Entity finished',
+ importer: 'gitlab_migration'
)
end