Make verbose output less special

This commit is contained in:
Anthony Sottile 2019-12-23 15:00:31 -08:00
parent 74fd04c67e
commit 01a628d96d
8 changed files with 99 additions and 108 deletions

View file

@ -221,7 +221,7 @@ def test_run_a_failing_docker_hook(tempdir_factory, store):
'docker-hook-failing',
['Hello World from docker'],
mock.ANY, # an error message about `bork` not existing
expected_return_code=1,
expected_return_code=127,
)