mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Do not exclude "repr" from motionblinds snapshots (#155271)
This commit is contained in:
@@ -24,4 +24,4 @@ async def test_diagnostics(
|
||||
|
||||
assert await get_diagnostics_for_config_entry(
|
||||
hass, hass_client, mock_config_entry
|
||||
) == snapshot(exclude=props("created_at", "modified_at", "repr"))
|
||||
) == snapshot(exclude=props("created_at", "modified_at"))
|
||||
|
||||
Reference in New Issue
Block a user