mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Hotfix for Nuki integration tests (#63007)
This commit is contained in:
parent
65774ec300
commit
d315dc2ce4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user