From c1c2a1947ef5affc7432ccd275e78c4dd3be8070 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 3 Jul 2026 14:35:35 +0000 Subject: [PATCH] =?UTF-8?q?Abri=20log=5Fjob=20treats=20a=20logged-job=20re?= =?UTF-8?q?sponse=20missing=20its=20job=20number=20as=20retriable=20?= =?UTF-8?q?=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- tests/infrastructure/abri/test_abri_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/infrastructure/abri/test_abri_client.py b/tests/infrastructure/abri/test_abri_client.py index ab9452cb2..133c74d8f 100644 --- a/tests/infrastructure/abri/test_abri_client.py +++ b/tests/infrastructure/abri/test_abri_client.py @@ -178,6 +178,7 @@ def test_log_job_raises_retriable_parse_error_on_a_malformed_response_body( "body", [ b"", + b'AD1', b"true", b"", ],