Skip to content

Commit

Permalink
Remove log limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Jul 22, 2024
1 parent 2cefdbf commit bbc72cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bbc72cc

Please sign in to comment.