Actions
Bug #33142
closedAdd missing override template for Ansible variables
Difficulty:
Triaged:
No
Description
There are failing tests on CI:
Failure: Api::V2::AnsibleVariablesControllerTest#test_0005_should create [/home/runner/work/foreman_ansible/foreman_ansible/foreman_ansible/test/functional/api/v2/ansible_variables_controller_test.rb:45]: Expected response to be a <2XX: success>, but was a <500: Internal Server Error> Response body: { "error": {"message":"Cannot find rabl template 'api/v2/override_values/index' within registered ([\"/home/runner/work/foreman_ansible/foreman_ansible/app/views\"]) view paths!"} } rails test foreman_ansible/test/functional/api/v2/ansible_variables_controller_test.rb:40 F Failure: Api::V2::AnsibleVariablesControllerTest#test_0006_should update [/home/runner/work/foreman_ansible/foreman_ansible/foreman_ansible/test/functional/api/v2/ansible_variables_controller_test.rb:57]: Expected response to be a <2XX: success>, but was a <500: Internal Server Error> Response body: { "error": {"message":"Cannot find rabl template 'api/v2/override_values/index' within registered ([\"/home/runner/work/foreman_ansible/foreman_ansible/app/views\"]) view paths!"} }
Actions