We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a6f37 commit 920a7c8Copy full SHA for 920a7c8
1 file changed
tests/test_circuit.py
@@ -836,10 +836,10 @@ async def mock_request(
836
837
838
@pytest.mark.asyncio
839
-async def test_get_available_circuits_status_failure_still_detects(
+async def test_get_available_circuits_status_failure_excludes_circuit(
840
mock_bsblan_circuit: BSBLAN,
841
) -> None:
842
- """Test that a circuit is still detected if status request fails.
+ """Test that a circuit is excluded if the status request fails.
843
844
If the operating mode returns valid data but the status request fails,
845
the circuit should be excluded (fail-safe).
0 commit comments