Do not exclude "repr" from motionblinds snapshots (#155271)

This commit is contained in:
epenet
2025-10-27 19:41:05 +01:00
committed by GitHub
parent 87e7fe6e37
commit 76a6b3cea6

View File

@@ -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"))