spec/integration/rails/rake_spec.rb in airbrake-7.3.5 vs spec/integration/rails/rake_spec.rb in airbrake-7.4.0

- old
+ new

@@ -1,8 +1,8 @@ require 'spec_helper' RSpec.describe "Rake integration" do - let(:endpoint) { 'https://airbrake.io/api/v3/projects/113743/notices' } + let(:endpoint) { 'https://api.airbrake.io/api/v3/projects/113743/notices' } def wait_for_a_request_with_body(body) wait_for(a_request(:post, endpoint).with(body: body)).to have_been_made.once end