Skip to content

Commit

Permalink
Update exit status for 6.13.z
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtalreja1 authored Jun 12, 2024
1 parent d23c953 commit ef9f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,4 @@ def test_negative_ansible_job_timeout_to_kill(
termination_msg = 'Timeout for execution passed, stopping the job'
assert [i['output'] for i in result if i['output'] == termination_msg]
assert [i['output'] for i in result if i['output'] == 'StandardError: Job execution failed']
assert [i['output'] for i in result if i['output'] == 'Exit status: 120']
assert [i['output'] for i in result if i['output'] == 'Exit status: 2']

0 comments on commit ef9f198

Please sign in to comment.