diff --git a/tests/utils.py b/tests/utils.py index 89a24fc495..245f4781b8 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -236,7 +236,7 @@ def run_playbook(playbook, allow_failures=False): # Need to get the last bytes of msg otherwise Azure # will cut it out. - assert result.returncode == 0, assert_msg[-2500:] + assert result.returncode == 0, assert_msg return result