Fix formatting of mac addresses from dhcp discovery mocking in fronius (#110572)

Co-authored-by: Matthias Alphart <farmio@alphart.net>
pull/110622/head
J. Nick Koston 2024-02-14 16:18:19 -06:00 committed by GitHub
parent 72297a9044
commit c20d2d44ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",
)