From d315dc2ce4226e491494b1e0740bffd9f8b6efb7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 29 Dec 2021 16:52:55 +0100 Subject: [PATCH] Hotfix for Nuki integration tests (#63007) --- tests/components/nuki/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/nuki/test_config_flow.py b/tests/components/nuki/test_config_flow.py index 46f4a4b6e6b..634902e054e 100644 --- a/tests/components/nuki/test_config_flow.py +++ b/tests/components/nuki/test_config_flow.py @@ -69,7 +69,7 @@ async def test_import(hass): data={"host": "1.1.1.1", "port": 8080, "token": "test-token"}, ) assert result["type"] == data_entry_flow.RESULT_TYPE_CREATE_ENTRY - assert result["title"] == 123456789 + assert result["title"] == "75BCD15" assert result["data"] == { "host": "1.1.1.1", "port": 8080,