summaryrefslogtreecommitdiff
path: root/spec/services/projects/git_deduplication_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/projects/git_deduplication_service_spec.rb')
-rw-r--r--spec/services/projects/git_deduplication_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/projects/git_deduplication_service_spec.rb b/spec/services/projects/git_deduplication_service_spec.rb
index b98db5bc41b..e6eff936de7 100644
--- a/spec/services/projects/git_deduplication_service_spec.rb
+++ b/spec/services/projects/git_deduplication_service_spec.rb
@@ -139,7 +139,7 @@ RSpec.describe Projects::GitDeduplicationService do
end
it 'fails when a lease is already out' do
- expect(service).to receive(:log_error).with("Cannot obtain an exclusive lease for #{service.class.name}. There must be another instance already in execution.")
+ expect(service).to receive(:log_error).with("Cannot obtain an exclusive lease for #{lease_key}. There must be another instance already in execution.")
service.execute
end