Fix formatting of mac addresses from dhcp discovery mocking in qnap_qsw (#110592)
dhcp returns addresses in lowercase without :
This commit is contained in:
parent
c7e2f24303
commit
20d1cd1246
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from tests.common import MockConfigEntry
|
|||
DHCP_SERVICE_INFO = dhcp.DhcpServiceInfo(
|
||||
hostname="qsw-m408-4c",
|
||||
ip="192.168.1.200",
|
||||
macaddress="245EBE000000",
|
||||
macaddress="245ebe000000",
|
||||
)
|
||||
|
||||
TEST_PASSWORD = "test-password"
|
||||
|
|
Loading…
Add table
Reference in a new issue