Code styling tweaks to the tests - Part 1 (#86192)
This commit is contained in:
parent
79b52a2b41
commit
24fdd588fd
50 changed files with 552 additions and 251 deletions
|
@ -16,9 +16,9 @@ async def test_setup_with_hassio(
|
|||
"""Test the setup of the integration with hassio enabled."""
|
||||
assert not await setup_backup_integration(hass=hass, with_hassio=True)
|
||||
assert (
|
||||
"The backup integration is not supported on this installation method, please remove it from your configuration"
|
||||
in caplog.text
|
||||
)
|
||||
"The backup integration is not supported on this installation method, please"
|
||||
" remove it from your configuration"
|
||||
) in caplog.text
|
||||
|
||||
|
||||
async def test_create_service(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue