From b71879376484158db663b54bcf05f99922c03d9b Mon Sep 17 00:00:00 2001 From: jetaba Date: Tue, 11 Jun 2024 11:09:19 -0500 Subject: [PATCH] debug --- bclaw_runner/tests/test_runner_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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