1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix device discovery of OAuth2 config flows (#48326)

This commit is contained in:
Franck Nijhof
2021-03-25 18:35:01 +01:00
committed by GitHub
parent 4f4a6fd6a5
commit f0e5e616a7
11 changed files with 33 additions and 33 deletions

View File

@@ -125,7 +125,10 @@ async def test_async_setup_no_config(hass: HomeAssistant) -> None:
],
)
async def test_auth_failure(
hass: HomeAssistant, component_factory: ComponentFactory, exception: Exception
hass: HomeAssistant,
component_factory: ComponentFactory,
exception: Exception,
current_request_with_host,
) -> None:
"""Test auth failure."""
person0 = new_profile_config(