mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix tests
This commit is contained in:
parent
0bba624e6b
commit
af317973dd
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ class TestManager < Sidekiq::Test
|
|||
|
||||
describe 'when manager is active' do
|
||||
before do
|
||||
@mgr.heartbeat('identity', heartbeat_data)
|
||||
@mgr.heartbeat('identity', heartbeat_data, Sidekiq.dump_json(heartbeat_data))
|
||||
end
|
||||
|
||||
it 'sets useful info to proctitle' do
|
||||
|
@ -126,7 +126,7 @@ class TestManager < Sidekiq::Test
|
|||
|
||||
@mgr.stop
|
||||
@mgr.processor_done(@processor)
|
||||
@mgr.heartbeat('identity', heartbeat_data)
|
||||
@mgr.heartbeat('identity', heartbeat_data, Sidekiq.dump_json(heartbeat_data))
|
||||
|
||||
@processor.verify
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue