diff --git a/bclaw_runner/tests/test_runner_main.py b/bclaw_runner/tests/test_runner_main.py index 8297c4c..4cc177e 100644 --- a/bclaw_runner/tests/test_runner_main.py +++ b/bclaw_runner/tests/test_runner_main.py @@ -208,7 +208,7 @@ def test_main_fail_before_commands(monkeypatch, tmp_path, mock_bucket): shell="sh", skip="true") - assert response == 255 + assert response == 199 curr_bucket_contents = {o.key for o in mock_bucket.objects.all()} assert curr_bucket_contents == orig_bucket_contents