Fix formatting of mac addresses from dhcp discovery mocking in obihai (#110586)

dhcp returns addresses in lowercase without :
pull/110590/head
J. Nick Koston 2024-02-14 13:51:06 -06:00 committed by GitHub
parent 88fce6a76d
commit 4eca0371d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ USER_INPUT = {
DHCP_SERVICE_INFO = dhcp.DhcpServiceInfo(
hostname="obi200",
ip="192.168.1.100",
macaddress="9CADEF000000",
macaddress="9cadef000000",
)