mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Fix spelling of "non-existent", "non-blocking" and "currently used" (#148440)
This commit is contained in:
@@ -1847,7 +1847,7 @@ async def test_services_call_return_response_requires_blocking(
|
||||
return_response=True,
|
||||
)
|
||||
assert str(exc.value) == (
|
||||
"A non blocking action call with argument blocking=False "
|
||||
"A non-blocking action call with argument blocking=False "
|
||||
"can't be used together with argument return_response=True"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user