Skip to content

Commit

Permalink
Update doi_import_by_id_job_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 4, 2020
1 parent 42b3c55 commit a356e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/doi_import_by_id_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

it 'queues the job' do
expect { job }.to have_enqueued_job(DoiImportByIdJob)
.on_queue("test_lupo_background")
.on_queue("test_lupo_import")
end

after do
Expand Down

0 comments on commit a356e11

Please sign in to comment.