Add exception translations for pyLoad integration (#120520)
This commit is contained in:
parent
e06d7050f2
commit
45dedf73c8
4 changed files with 26 additions and 5 deletions
|
@ -96,7 +96,7 @@ async def test_sensor_invalid_auth(
|
|||
await hass.async_block_till_done()
|
||||
|
||||
assert (
|
||||
"Authentication failed for username, check your login credentials"
|
||||
"Authentication failed for username, verify your login credentials"
|
||||
in caplog.text
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue