From ec938863a21227b7683d10b01b1905752de52e08 Mon Sep 17 00:00:00 2001 From: sfarouq-ext <116093375+sfarouq-ext@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:49:14 +0200 Subject: [PATCH] Update tests/robot/apps/automation/ansible/tower/jobs.robot Co-authored-by: omercier <32134301+omercier@users.noreply.github.com> --- tests/robot/apps/automation/ansible/tower/jobs.robot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/robot/apps/automation/ansible/tower/jobs.robot b/tests/robot/apps/automation/ansible/tower/jobs.robot index 239806b24..11594b538 100644 --- a/tests/robot/apps/automation/ansible/tower/jobs.robot +++ b/tests/robot/apps/automation/ansible/tower/jobs.robot @@ -34,7 +34,9 @@ jobs ${tc} Should Be Equal As Strings ... ${expected_result} ... ${output} - ... Wrong output result for command:{\n}{\n}${command}{\n}{\n}Command output:{\n}{\n}${output} + ... Wrong output result for command:\n${command}\n\nObtained:\n${output}\n\nExpected:\n${expected_result}\n + ... values=False + ... collapse_spaces=True Examples: tc extraoptions expected_result -- ... 1 --filter-name='' OK: Jobs total: 2, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=2;;;0; 'jobs.successful.count'=0;;;0;2 'jobs.failed.count'=0;;;0;2 'jobs.running.count'=0;;;0;2 'jobs.canceled.count'=0;;;0;2 'jobs.pending.count'=0;;;0;2 'jobs.default.count'=0;;;0;2