Browse Source

Update test

pull/4657/head
Lorhan Sohaky 3 years ago
parent
commit
63cbea46b5
  1. 1
      tests/test_custom_openapi_subapp.py

1
tests/test_custom_openapi_subapp.py

@ -2,7 +2,6 @@ from fastapi import FastAPI
from fastapi.openapi.utils import get_openapi
from fastapi.testclient import TestClient
swagger_ui_oauth2_redirect_url = "/docs/redirect"
app = FastAPI()
sub_app = FastAPI(

Loading…
Cancel
Save