mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix formatting of mac addresses from dhcp discovery mocking in dlink (#110562)
* Fix formatting of mac addresses from dhcp discovery mocking in dlink dhcp returns addresses in lowercase without : * fix tests
This commit is contained in:
@@ -152,7 +152,7 @@ async def test_dhcp_already_configured(
|
||||
|
||||
assert result["type"] == data_entry_flow.FlowResultType.ABORT
|
||||
assert result["reason"] == "already_configured"
|
||||
assert config_entry.unique_id == "aa:bb:cc:dd:ee:ff"
|
||||
assert config_entry.unique_id == "aabbccddeeff"
|
||||
|
||||
|
||||
async def test_dhcp_unique_id_assignment(
|
||||
|
||||
Reference in New Issue
Block a user