mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Use correctly formatted MAC in incomfort tests (#147819)
This commit is contained in:
parent
53936ab062
commit
1e3ebd5650
@ -22,13 +22,13 @@ from tests.common import MockConfigEntry
|
||||
DHCP_SERVICE_INFO = DhcpServiceInfo(
|
||||
hostname="rfgateway",
|
||||
ip="192.168.1.12",
|
||||
macaddress="0004A3DEADFF",
|
||||
macaddress=dr.format_mac("00:04:A3:DE:AD:FF").replace(":", ""),
|
||||
)
|
||||
|
||||
DHCP_SERVICE_INFO_ALT = DhcpServiceInfo(
|
||||
hostname="rfgateway",
|
||||
ip="192.168.1.99",
|
||||
macaddress="0004A3DEADFF",
|
||||
macaddress=dr.format_mac("00:04:A3:DE:AD:FF").replace(":", ""),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user