mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 09:29:27 +00:00
Update Ruff to v0.0.247 (#88210)
* Update Ruff to v0.0.247 * Fix new found violations
This commit is contained in:
@@ -3829,7 +3829,7 @@ async def test_script_mode_single(hass, caplog):
|
||||
|
||||
@pytest.mark.parametrize("max_exceeded", [None, "WARNING", "INFO", "ERROR", "SILENT"])
|
||||
@pytest.mark.parametrize(
|
||||
"script_mode,max_runs", [("single", 1), ("parallel", 2), ("queued", 2)]
|
||||
("script_mode", "max_runs"), [("single", 1), ("parallel", 2), ("queued", 2)]
|
||||
)
|
||||
async def test_max_exceeded(hass, caplog, max_exceeded, script_mode, max_runs):
|
||||
"""Test max_exceeded option."""
|
||||
|
||||
Reference in New Issue
Block a user