Skip to content

Commit

Permalink
Fix Auth0::RequestTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-matsumoto authored and joshcanhelp committed Aug 26, 2019
1 parent f0a7ebb commit 279093e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/auth0/mixins/httpproxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
end

it "should raise Auth0::RequestTimeout on send http #{http_method} method
to path defined through HTTP when 408 status received" do
to path defined through HTTP when RestClient::RequestTimeout received" do
allow(RestClient::Request).to receive(:execute).with(method: http_method,
url: '/test',
timeout: nil,
Expand Down Expand Up @@ -242,7 +242,7 @@
end

it "should raise Auth0::RequestTimeout on send http #{http_method} method
to path defined through HTTP when 408 status received" do
to path defined through HTTP when RestClient::RequestTimeout received" do
allow(RestClient::Request).to receive(:execute).with(method: http_method,
url: '/test',
timeout: nil,
Expand Down

0 comments on commit 279093e

Please sign in to comment.