Skip to content

Commit

Permalink
Fix formatting of mac addresses from dhcp discovery mocking in ruuvi_…
Browse files Browse the repository at this point in the history
…gateway (#110597)

dhcp returns addresses in lowercase without :
  • Loading branch information
bdraco authored Feb 14, 2024
1 parent 28afe9f commit 1f67e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/ruuvi_gateway/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
dhcp.DhcpServiceInfo(
hostname="RuuviGateway1234",
ip=DHCP_IP,
macaddress="12:34:56:78:90:ab",
macaddress="1234567890ab",
),
{"source": config_entries.SOURCE_DHCP},
DHCP_DATA,
Expand Down

0 comments on commit 1f67e4f

Please sign in to comment.