Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 11, 2014
1 parent 0bba624 commit af31797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_manager.rb
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit af31797

Please sign in to comment.