mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Use correctly formatted MAC in sma tests (#147866)
This commit is contained in:
parent
12aef4aae5
commit
3f95cb37e6
@ -28,13 +28,13 @@ from tests.conftest import MockConfigEntry
|
||||
DHCP_DISCOVERY = DhcpServiceInfo(
|
||||
ip="1.1.1.1",
|
||||
hostname="SMA123456",
|
||||
macaddress="0015BB00abcd",
|
||||
macaddress="0015bb00abcd",
|
||||
)
|
||||
|
||||
DHCP_DISCOVERY_DUPLICATE = DhcpServiceInfo(
|
||||
ip="1.1.1.1",
|
||||
hostname="SMA123456789",
|
||||
macaddress="0015BB00abcd",
|
||||
macaddress="0015bb00abcd",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user