0
0
Fork 0

Fix errors preventing UnsubscribeService from working (#4866)

This commit is contained in:
Eugen Rochko 2017-09-09 17:36:27 +02:00 committed by GitHub
parent 6867681c7c
commit 90712d4293
2 changed files with 9 additions and 6 deletions

View file

@ -26,7 +26,7 @@ RSpec.describe UnsubscribeService do
stub_request(:post, 'http://hub.example.com/').to_raise(HTTP::Error)
subject.call(account)
expect(logger).to have_received(:debug).with(/PuSH subscription request for bob@example.com could not be made due to HTTP or SSL error/)
expect(logger).to have_received(:debug).with(/unsubscribe for bob@example.com failed/)
end
def stub_logger