From 79d664c0e4907159e6f2558f9449522411ecda73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 3 May 2026 19:25:33 +0000 Subject: [PATCH] fix: apply black formatting to test_format_connection_error.py (--target-version py312) Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/a81adc93-0fee-44b1-8c26-ae9830e40e21 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- backend/tests/unit/test_format_connection_error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tests/unit/test_format_connection_error.py b/backend/tests/unit/test_format_connection_error.py index 7cb3630..1e82f3a 100644 --- a/backend/tests/unit/test_format_connection_error.py +++ b/backend/tests/unit/test_format_connection_error.py @@ -22,7 +22,6 @@ from app.services.mail_processor import ( _MAX_TRACE_ENTRIES, ) - # --------------------------------------------------------------------------- # _format_connection_error – helpers # --------------------------------------------------------------------------- @@ -244,6 +243,7 @@ class TestMailDebugRecorder: rec.record("stat", "Mailbox has 3 messages", {"count": 3}) import json + serialised = json.dumps(rec.as_details()) # The password must not appear in any of these entries assert password not in serialised