From 81fed8422a04054a024cd6bea3a7c1daf793227e Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 10 Apr 2024 16:10:17 +0200 Subject: [PATCH] Use token constant --- tests/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config_flow.py b/tests/test_config_flow.py index 843e250d818..f0121efd286 100644 --- a/tests/test_config_flow.py +++ b/tests/test_config_flow.py @@ -323,7 +323,7 @@ async def test_options_flow( "sidepanel_icon": "hacs:hacs", "sidepanel_title": "new_title", } - assert config_entry.data == {"token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} + assert config_entry.data == {"token": TOKEN} assert config_entry.options == { "appdaemon": True, "country": "ALL",