Skip to content

Commit

Permalink
[fix] typo/syntax error on test code
Browse files Browse the repository at this point in the history
  • Loading branch information
criess committed Sep 2, 2021
1 parent bbeb35a commit 61ee867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instrumentors/logging_instrumentor_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
end

tests("connection logger with query as hash").returns(true) do
Excon.stub({:method => :get}, {body: 'body'}, status: 200})
Excon.stub({:method => :get}, {body: 'body', status: 200})

log_path = "/tmp/excon_#{Time.now.to_i}.txt"
logger = Logger.new(log_path)
Expand Down

0 comments on commit 61ee867

Please sign in to comment.