Skip to content

Commit

Permalink
Fix failing track test
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmankyle committed Sep 17, 2024
1 parent 0728392 commit bd1d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ups/connection/track_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

describe 'successful track response' do
before do
Excon.stub({ :method => :post }, lambda {|params|
Excon.stub({ :method => :get }, lambda {|params|
{ :body => File.read("#{stub_path}/track_success.json"), :status => 200 }
})
end
Expand Down

0 comments on commit bd1d35b

Please sign in to comment.