Clean up Tile refactor (#36450)

* Clean up Tile refactor

* Code review
This commit is contained in:
Aaron Bach 2020-06-05 13:12:48 -06:00 committed by GitHub
parent 6faf9e8bbe
commit b51d81edba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 18 deletions

View file

@ -59,7 +59,6 @@ async def test_step_import(hass):
result = await hass.config_entries.flow.async_init(
DOMAIN, context={"source": SOURCE_IMPORT}, data=conf
)
print(result)
assert result["type"] == data_entry_flow.RESULT_TYPE_CREATE_ENTRY
assert result["title"] == "user@host.com"
assert result["data"] == {
@ -87,7 +86,6 @@ async def test_step_user(hass):
result = await hass.config_entries.flow.async_init(
DOMAIN, context={"source": SOURCE_USER}, data=conf
)
print(result)
assert result["type"] == data_entry_flow.RESULT_TYPE_CREATE_ENTRY
assert result["title"] == "user@host.com"
assert result["data"] == {