From d01931dd52a118dd9a12d0191556281f5cae8b93 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 05:03:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/tests/integration_tests/ssrf_proxy/test_ssrf_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/integration_tests/ssrf_proxy/test_ssrf_proxy.py b/api/tests/integration_tests/ssrf_proxy/test_ssrf_proxy.py index 1b18d56465..698a0f33ef 100755 --- a/api/tests/integration_tests/ssrf_proxy/test_ssrf_proxy.py +++ b/api/tests/integration_tests/ssrf_proxy/test_ssrf_proxy.py @@ -413,7 +413,7 @@ def main(): port=int(namespace.port), # pyright: ignore[reportAny] no_container=bool(namespace.no_container), # pyright: ignore[reportAny] save_results=bool(namespace.save_results), # pyright: ignore[reportAny] - test_file=namespace.test_file if namespace.test_file else None, # pyright: ignore[reportAny] + test_file=namespace.test_file or None, # pyright: ignore[reportAny] list_tests=bool(namespace.list_tests), # pyright: ignore[reportAny] dev_mode=bool(namespace.dev_mode), # pyright: ignore[reportAny] )