Hotfix for Nuki integration tests (#63007)

This commit is contained in:
Franck Nijhof 2021-12-29 16:52:55 +01:00 committed by GitHub
parent 65774ec300
commit d315dc2ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ async def test_import(hass):
data={"host": "1.1.1.1", "port": 8080, "token": "test-token"}, data={"host": "1.1.1.1", "port": 8080, "token": "test-token"},
) )
assert result["type"] == data_entry_flow.RESULT_TYPE_CREATE_ENTRY assert result["type"] == data_entry_flow.RESULT_TYPE_CREATE_ENTRY
assert result["title"] == 123456789 assert result["title"] == "75BCD15"
assert result["data"] == { assert result["data"] == {
"host": "1.1.1.1", "host": "1.1.1.1",
"port": 8080, "port": 8080,