Renovate Notion config flow tests (#84906)
This commit is contained in:
parent
9c348b6330
commit
e7cb3f1979
3 changed files with 38 additions and 26 deletions
|
@ -4,7 +4,7 @@ from homeassistant.components.diagnostics import REDACTED
|
|||
from tests.components.diagnostics import get_diagnostics_for_config_entry
|
||||
|
||||
|
||||
async def test_entry_diagnostics(hass, config_entry, hass_client, setup_notion):
|
||||
async def test_entry_diagnostics(hass, config_entry, hass_client, setup_config_entry):
|
||||
"""Test config entry diagnostics."""
|
||||
assert await get_diagnostics_for_config_entry(hass, hass_client, config_entry) == {
|
||||
"entry": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue