Skip to content

Commit 76a6b3c

Browse files
authored
Do not exclude "repr" from motionblinds snapshots (home-assistant#155271)
1 parent 87e7fe6 commit 76a6b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/motionblinds_ble/test_diagnostics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ async def test_diagnostics(
2424

2525
assert await get_diagnostics_for_config_entry(
2626
hass, hass_client, mock_config_entry
27-
) == snapshot(exclude=props("created_at", "modified_at", "repr"))
27+
) == snapshot(exclude=props("created_at", "modified_at"))

0 commit comments

Comments
 (0)