Skip to content

Commit 9c10abe

Browse files
committed
fix assert for measurand form
1 parent 2492aac commit 9c10abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_config_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ async def test_successful_config_flow(hass, bypass_get_data):
5858
# Check that the config flow is complete and a new entry is created with
5959
# the input data
6060
assert result["type"] == data_entry_flow.RESULT_TYPE_CREATE_ENTRY
61-
assert result["title"] == "test_username"
62-
# assert result["data"] == MOCK_CONFIG
61+
assert result["title"] == "test_csid"
62+
assert result["data"] == MOCK_CONFIG_2
6363
assert result["result"]
6464

6565

0 commit comments

Comments
 (0)