From 7086f1ce4266f99ea31364be505e1c47868571aa Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:43:08 +0000 Subject: [PATCH] Fix string --- tests/test_config_entries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config_entries.py b/tests/test_config_entries.py index e27381c03c38aa..b91584d22919d0 100644 --- a/tests/test_config_entries.py +++ b/tests/test_config_entries.py @@ -6753,7 +6753,7 @@ async def _async_step_confirm(self): assert ( f"Detected {source} config flow creating a new entry, when it is expected " - "to update an existing entry. This will stop working in " + "to update an existing entry and abort. This will stop working in " "2025.11, please create a bug report at https://github.com/home" "-assistant/core/issues?q=is%3Aopen+is%3Aissue+" "label%3A%22integration%3A+test%22"