aliyun/openapi-core-ruby-sdk

rspec tests fail

Closed this issue · 0 comments

  • Ruby Version: ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin19]
  • Platform: Darwin bxzy 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64 x86_64
  • Product:
  • Product Version:
  • API:

steps to reproduce:

  1. git clone
  2. make install
  3. make test

attempt to fix rspec ./spec/roa_client_integration_spec.rb:19 # roa request request by changing lib/aliyunsdkcore/roa_client.rb:43 from request_body = body to request_body = body.presence.to_s
but it was not working.

image