Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/test_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading