From c20d2d44edb28a09bbfb3273ddf38a65a68bc27a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 14 Feb 2024 16:18:19 -0600 Subject: [PATCH] Fix formatting of mac addresses from dhcp discovery mocking in fronius (#110572) Co-authored-by: Matthias Alphart --- tests/components/fronius/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/fronius/test_config_flow.py b/tests/components/fronius/test_config_flow.py index 182cbea04e077..928bca0eb9426 100644 --- a/tests/components/fronius/test_config_flow.py +++ b/tests/components/fronius/test_config_flow.py @@ -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", )