spec/timber/log_devices/http_spec.rb in timber-1.0.6 vs spec/timber/log_devices/http_spec.rb in timber-1.0.7
- old
+ new
@@ -56,10 +56,10 @@
let(:http) { described_class.new("MYKEY") }
after(:each) { http.close }
it "should delivery properly and flush the buffer" do
- stub = stub_request(:post, "https://api.timber.io/http_frames").
+ stub = stub_request(:post, "https://logs.timber.io/frames").
with(
:body => "test log message",
:headers => {
'Authorization' => 'Basic TVlLRVk=',
'Connection' => 'keep-alive',
\ No newline at end of file