mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 00:49:37 +00:00
Enable Ruff rule PT007 (#113764)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -5020,10 +5020,10 @@ async def test_stop_action(
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
("error", "error_dict", "logmsg", "script_execution"),
|
||||
(
|
||||
[
|
||||
(True, {"error": "In the name of love"}, "Error", "aborted"),
|
||||
(False, {}, "Stop", "finished"),
|
||||
),
|
||||
],
|
||||
)
|
||||
async def test_stop_action_subscript(
|
||||
hass: HomeAssistant,
|
||||
|
||||
Reference in New Issue
Block a user