Fix aussie-broadband tests (#156441)

This commit is contained in:
Josef Zweck
2025-11-12 10:54:23 +01:00
committed by GitHub
parent 0b7e88d0e0
commit 84f66fa689
@@ -28,6 +28,8 @@ async def test_auth_failure(hass: HomeAssistant) -> None:
"type": FlowResultType.FORM,
"flow_id": "mock_flow",
"step_id": "reauth_confirm",
"description_placeholders": {"username": "test", "name": "test"},
"data_schema": None,
},
) as mock_async_step_reauth:
await setup_platform(hass, side_effect=AuthenticationException())