Fix formatting of mac addresses from dhcp discovery mocking in wiz (#110615)

dhcp returns addresses in lowercase without :
wiz discovery returns addresses in lowercase without :
This commit is contained in:
J. Nick Koston 2024-02-14 16:20:32 -06:00 committed by GitHub
parent 79b2e465de
commit fa026b7e12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ FAKE_STATE = PilotParser(
}
)
FAKE_IP = "1.1.1.1"
FAKE_MAC = "ABCABCABCABC"
FAKE_MAC = "abcabcabcabc"
FAKE_BULB_CONFIG = {
"method": "getSystemConfig",
"env": "pro",