0
0
Fork 0

Bump to 1.5.0rc1 (#4318)

This commit is contained in:
Eugen Rochko 2017-07-24 16:21:08 +02:00 committed by GitHub
parent 467456f7a1
commit a549d1ae6b
3 changed files with 8 additions and 5 deletions

View file

@ -83,6 +83,6 @@ describe Pubsubhubbub::ConfirmationWorker do
end
def http_headers
{ 'Connection' => 'close', 'Host' => 'example.com', 'User-Agent' => 'http.rb/2.2.2 (Mastodon/1.4.7; +https://cb6e6126.ngrok.io/)' }
{ 'Connection' => 'close', 'Host' => 'example.com' }
end
end