From 978c4394ed44710a68dcf4c76e69e9c951db7c8e Mon Sep 17 00:00:00 2001 From: Willem-Jan van Rootselaar Date: Mon, 2 Mar 2026 14:10:49 +0100 Subject: [PATCH] Rename test for circuit status failure to clarify expected behavior --- tests/test_circuit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_circuit.py b/tests/test_circuit.py index 36ff6c50..adc6d21f 100644 --- a/tests/test_circuit.py +++ b/tests/test_circuit.py @@ -836,10 +836,10 @@ async def mock_request( @pytest.mark.asyncio -async def test_get_available_circuits_status_failure_still_detects( +async def test_get_available_circuits_status_failure_excludes_circuit( mock_bsblan_circuit: BSBLAN, ) -> None: - """Test that a circuit is still detected if status request fails. + """Test that a circuit is excluded if the status request fails. If the operating mode returns valid data but the status request fails, the circuit should be excluded (fail-safe).