diff --git a/tests/tests_app/plugin/test_plugin.py b/tests/tests_app/plugin/test_plugin.py index 5b24c0f40ac4b..a81acded8a78b 100644 --- a/tests/tests_app/plugin/test_plugin.py +++ b/tests/tests_app/plugin/test_plugin.py @@ -24,7 +24,7 @@ def create_test_client(app, **_): mock_uvicorn.run.side_effect = create_test_client - _start_plugin_server(8888) # noqa: S104 + _start_plugin_server(8888) return test_client["client"]