mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 08:29:39 +02: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