|
|
@ -33,7 +33,7 @@ def test_swagger_ui_oauth2_redirect_html(client: TestClient): |
|
|
|
def test_redoc_html(client: TestClient): |
|
|
|
response = client.get("/redoc") |
|
|
|
assert response.status_code == 200, response.text |
|
|
|
assert "https://unpkg.com/redoc@2.4.0/bundles/redoc.standalone.js" in response.text |
|
|
|
assert "https://unpkg.com/redoc@2/bundles/redoc.standalone.js" in response.text |
|
|
|
|
|
|
|
|
|
|
|
def test_api(client: TestClient): |
|
|
|