mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -53,7 +53,9 @@ async def test_on_demand(hass: HomeAssistant, mock_debugpy) -> None:
|
||||
assert len(mock_debugpy.method_calls) == 0
|
||||
|
||||
await hass.services.async_call(
|
||||
DOMAIN, SERVICE_START, blocking=True,
|
||||
DOMAIN,
|
||||
SERVICE_START,
|
||||
blocking=True,
|
||||
)
|
||||
|
||||
mock_debugpy.listen.assert_called_once_with(("127.0.0.1", 80))
|
||||
|
||||
Reference in New Issue
Block a user