# File lib/faraday/adapter/test.rb, line 94 def request_uri url (url.path != "" ? url.path : "/") + (url.query ? "?#{url.query}" : "") end