From a6327ec4d22db409f53a4d229e8403024b2e98c5 Mon Sep 17 00:00:00 2001 From: carlad Date: Fri, 30 Oct 2015 16:36:38 +0100 Subject: [PATCH] v3 update spec for user sync --- spec/v3/services/user/sync_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/v3/services/user/sync_spec.rb b/spec/v3/services/user/sync_spec.rb index d422cb22..316d41f9 100644 --- a/spec/v3/services/user/sync_spec.rb +++ b/spec/v3/services/user/sync_spec.rb @@ -64,8 +64,8 @@ describe Travis::API::V3::Services::User::Sync do example { expect(sidekiq_payload).to be == user.id } - example { expect(Sidekiq::Client.last['queue']).to be == 'user_syncs' } - example { expect(Sidekiq::Client.last['class']).to be == 'Travis::Sidekiq::UserSync' } + example { expect(Sidekiq::Client.last['queue']).to be == :user_sync } + example { expect(Sidekiq::Client.last['class']).to be == 'Travis::GithubSync::Workers::SyncUser' } end describe "existing user, current user does not have sync access " do