Skip to content

Commit

Permalink
fix test for new url_job queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 25, 2018
1 parent 00b81b9 commit f2823b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/url_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(UrlJob)
.on_queue("test_lupo_background")
.on_queue("test_lupo")
end

after do
Expand Down

0 comments on commit f2823b2

Please sign in to comment.