Fix formatting of mac addresses from dhcp discovery mocking in fronius (#110572)
Co-authored-by: Matthias Alphart <farmio@alphart.net>pull/110622/head
parent
72297a9044
commit
c20d2d44ed
|
@ -39,7 +39,7 @@ LOGGER_INFO_RETURN_VALUE = {"unique_identifier": {"value": "123.4567"}}
|
|||
MOCK_DHCP_DATA = DhcpServiceInfo(
|
||||
hostname="fronius",
|
||||
ip="10.2.3.4",
|
||||
macaddress="00:03:ac:11:22:33",
|
||||
macaddress="0003ac112233",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue