We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db39076 commit 2c0a2a7Copy full SHA for 2c0a2a7
tests/test_switch.py
@@ -1696,7 +1696,7 @@ async def change_switch_settings(**kwargs):
1696
1697
async def test_cancellable_service_calls_task(hass):
1698
"""Test the creation and execution of the task that wraps adaptation service calls."""
1699
- (light, *_) = await setup_lights(hass)
+ light, *_ = await setup_lights(hass)
1700
_, switch = await setup_switch(hass, {CONF_SEPARATE_TURN_ON_COMMANDS: True})
1701
context = switch.create_context("test")
1702
0 commit comments