test/support/restfully_accesible_stub.rb in yao-0.13.1 vs test/support/restfully_accesible_stub.rb in yao-0.13.2
- old
+ new
@@ -39,8 +39,8 @@
body: "unauthorized"
)
end
def request_headers
- {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'User-Agent'=>"Faraday v#{Faraday::VERSION}"}
+ {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'User-Agent'=>"Yao/#{Yao::VERSION} Faraday/#{Faraday::VERSION}"}
end
end