Skip to content

Commit 813098c

Browse files
authored
Use correctly formatted MAC in esphome tests (home-assistant#151622)
1 parent 000df08 commit 813098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/esphome/test_config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ async def test_discovery_dhcp_no_probe_same_host_port_none(
25292529
service_info = DhcpServiceInfo(
25302530
ip="192.168.43.183",
25312531
hostname="test8266",
2532-
macaddress="11:22:33:44:55:aa", # Same MAC as configured
2532+
macaddress="1122334455aa", # Same MAC as configured
25332533
)
25342534

25352535
result = await hass.config_entries.flow.async_init(

0 commit comments

Comments
 (0)