Actions
Bug #25879
closedRFauxFactory dependency not uptodate
Difficulty:
trivial
Triaged:
No
Pull request:
Description
in test/controllers/api/v2/hosts_controller_test.rb
we use RFauxFactory.gen_mac
which was added in RFauxFactory 0.1.5, but our dependency is still on ~> 0.1
, which triggers errors when run with anything older than 0.1.5.
[MinitestRetry] retry 'test_0088_should update with valid mac' count: 1, msg: NoMethodError: undefined method `gen_mac' for RFauxFactory:Module Did you mean? gen_cjk test/controllers/api/v2/hosts_controller_test.rb:1162:in `block in <class:HostsControllerTest>' [MinitestRetry] retry 'test_0088_should update with valid mac' count: 2, msg: NoMethodError: undefined method `gen_mac' for RFauxFactory:Module Did you mean? gen_cjk test/controllers/api/v2/hosts_controller_test.rb:1162:in `block in <class:HostsControllerTest>' [MinitestRetry] retry 'test_0088_should update with valid mac' count: 3, msg: NoMethodError: undefined method `gen_mac' for RFauxFactory:Module Did you mean? gen_cjk test/controllers/api/v2/hosts_controller_test.rb:1162:in `block in <class:HostsControllerTest>' Api::V2::HostsControllerTest#test_0088_should update with valid mac = 0.08 s = E Error: Api::V2::HostsControllerTest#test_0088_should update with valid mac: NoMethodError: undefined method `gen_mac' for RFauxFactory:Module Did you mean? gen_cjk test/controllers/api/v2/hosts_controller_test.rb:1162:in `block in <class:HostsControllerTest>'
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6419 added
Updated by Evgeni Golov almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 976957bc86d7e0721be8bf7d3deb7054a0dccc8c.
Actions