mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
fix mac
This commit is contained in:
parent
2c82baf282
commit
c86468974f
@ -194,7 +194,7 @@ async def test_new_dashboard_fix_reauth(
|
||||
"""Test config entries waiting for reauth are triggered."""
|
||||
mock_client.device_info.side_effect = (
|
||||
InvalidAuthAPIError,
|
||||
DeviceInfo(uses_password=False, name="test"),
|
||||
DeviceInfo(uses_password=False, name="test", mac_address="11:22:33:44:55:AA"),
|
||||
)
|
||||
|
||||
with patch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user