From 137fe6e583ad1d074974df82a09d98306a3c1f35 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:01:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 9f7aa50..59f44e7 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -80,6 +80,7 @@ class TestCLIInterface(TestCase): """ Mock server object for testing. """ + abort_start = False def __init__(self, **kwargs):