Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-e-tabaska committed Jun 11, 2024
1 parent d32f123 commit b718793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bclaw_runner/tests/test_runner_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b718793

Please sign in to comment.