From 118a1ddd4b3eaffb8e94a7ff60421214da7ffd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 4 Dec 2025 13:35:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Add=20issue=20ref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ..._security_oauth2_authorization_code_bearer_scopes_openapi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py b/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py index 675a041dcf..5c520f9ca1 100644 --- a/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py +++ b/tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py @@ -1,3 +1,5 @@ +# Ref: https://github.com/fastapi/fastapi/issues/14454 + from typing import Optional from fastapi import FastAPI, Security