Add created_at/modified_at to config entries (#122456)
This commit is contained in:
parent
20c4f84a4e
commit
ad50136dbd
67 changed files with 440 additions and 392 deletions
|
@ -42,4 +42,11 @@ async def test_entry_diagnostics(
|
|||
|
||||
assert await get_diagnostics_for_config_entry(
|
||||
hass, hass_client, config_entry
|
||||
) == snapshot(exclude=paths("info.data.token.expires_at", "info.entry_id"))
|
||||
) == snapshot(
|
||||
exclude=paths(
|
||||
"info.data.token.expires_at",
|
||||
"info.entry_id",
|
||||
"info.created_at",
|
||||
"info.modified_at",
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue