mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 10:06:33 -05:00
Hotfix for Nuki integration tests (#63007)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user