mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
Code styling tweaks to the tests - Part 1 (#86192)
This commit is contained in:
@@ -929,8 +929,10 @@ async def test_options_flow_with_invalid_data(hass, client):
|
||||
assert resp.status == HTTPStatus.BAD_REQUEST
|
||||
data = await resp.json()
|
||||
assert data == {
|
||||
"message": "User input malformed: invalid is not a valid option for "
|
||||
"dictionary value @ data['choices']"
|
||||
"message": (
|
||||
"User input malformed: invalid is not a valid option for "
|
||||
"dictionary value @ data['choices']"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user