Improve scaffold test_config_flow (#113229)
Update test_config_flow.py Use DOMAIN constantpull/113714/head
parent
82a60fe8ad
commit
0d279ccd13
|
@ -42,7 +42,7 @@ async def test_full_flow(
|
|||
) -> None:
|
||||
"""Check full flow."""
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
"NEW_DOMAIN", context={"source": config_entries.SOURCE_USER}
|
||||
DOMAIN, context={"source": config_entries.SOURCE_USER}
|
||||
)
|
||||
state = config_entry_oauth2_flow._encode_jwt(
|
||||
hass,
|
||||
|
|
Loading…
Reference in New Issue