When an account exist without a subscription "provider" will not exist (#83472)
This commit is contained in:
parent
f6f89b6c5a
commit
8ed6fcd58e
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ async def test_legacy_subscription_delete_issue_if_no_longer_legacy(
|
|||
domain="cloud", issue_id="legacy_subscription"
|
||||
)
|
||||
|
||||
cloud_repairs.async_manage_legacy_subscription_issue(hass, {"provider": None})
|
||||
cloud_repairs.async_manage_legacy_subscription_issue(hass, {})
|
||||
assert not issue_registry.async_get_issue(
|
||||
domain="cloud", issue_id="legacy_subscription"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue