Skip to content

Commit 920a7c8

Browse files
committed
Rename test for circuit status failure to clarify expected behavior
1 parent 96a6f37 commit 920a7c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_circuit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,10 @@ async def mock_request(
836836

837837

838838
@pytest.mark.asyncio
839-
async def test_get_available_circuits_status_failure_still_detects(
839+
async def test_get_available_circuits_status_failure_excludes_circuit(
840840
mock_bsblan_circuit: BSBLAN,
841841
) -> None:
842-
"""Test that a circuit is still detected if status request fails.
842+
"""Test that a circuit is excluded if the status request fails.
843843
844844
If the operating mode returns valid data but the status request fails,
845845
the circuit should be excluded (fail-safe).

0 commit comments

Comments
 (0)