Actions
Bug #27681
closedrest-client 2.1.0 breaks tests
Description
RuntimeError: unknown RestClient::Response.create version (2.1.0, arity -4)
test/active_support_test_case_helper.rb:225:in `fake_rest_client_response'
test/unit/proxy_api/bmc_test.rb:101:in `block in <class:ProxyApiBmcTest>' (RuntimeError)
/home/jenkins/workspace/test_develop_pr_core/database/postgresql/ruby/2.3/slave/fast/test/active_support_test_case_helper.rb:225
Updated by Tomer Brisker about 5 years ago
https://github.com/rest-client/rest-client/commit/de5e2685fda0daebb0049a14cd296c9785186d58 changed the arity of the create method, causing the check in the test helper to fail.
Updated by Tomer Brisker about 5 years ago
- Related to Refactor #15573: Support rest-client 2.0.0 added
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/6994 added
Updated by Tomer Brisker about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 42cf34e62721cc96bd97ca0058d5ac511fd35527.
Updated by Tomer Brisker about 5 years ago
- Fixed in Releases 1.21.4, 1.22.1, 1.23.0 added
- Fixed in Releases deleted (
1.24.0)
Actions