Fix spelling of "non-existent", "non-blocking" and "currently used" (#148440)

This commit is contained in:
Norbert Rittel
2025-07-08 23:58:39 +02:00
committed by GitHub
parent 70c01efe57
commit ed8effa162
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
)