Skip to content

Commit

Permalink
Fix formatting of mac addresses from dhcp discovery mocking in fronius (
Browse files Browse the repository at this point in the history
#110572)

Co-authored-by: Matthias Alphart <[email protected]>
  • Loading branch information
bdraco and farmio authored Feb 14, 2024
1 parent 72297a9 commit c20d2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/fronius/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def no_setup():
MOCK_DHCP_DATA = DhcpServiceInfo(
hostname="fronius",
ip="10.2.3.4",
macaddress="00:03:ac:11:22:33",
macaddress="0003ac112233",
)


Expand Down

0 comments on commit c20d2d4

Please sign in to comment.