diff --git a/tests/auth-react/flask-server/app.py b/tests/auth-react/flask-server/app.py index 36a57ac8..c71851ac 100644 --- a/tests/auth-react/flask-server/app.py +++ b/tests/auth-react/flask-server/app.py @@ -1473,7 +1473,8 @@ def check_role_api(): @app.route("/", defaults={"path": ""}) # type: ignore @app.route("/") # type: ignore -def index(_: str): +def index(path: str): + _ = path return ""