Skip to content

Commit c435139

Browse files
committed
fix stubs test
1 parent 096bd78 commit c435139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_stubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async def fake_service_descriptions(_hass) -> dict[str, dict[str, dict[str, Any]
9999
"light.lamp.invalid attr",
100100
]
101101
assert response["ignored_identifiers"] == sorted(expected_ignored)
102-
assert response["result"] == "OK"
102+
assert response["status"] == "OK"
103103
assert builtins_target.exists()
104104
assert generated_target.exists()
105105

0 commit comments

Comments
 (0)