1 parent f7b10d2 commit 4982578Copy full SHA for 4982578
1 file changed
holoplus_mocked_api/holoplus_mocked_api/build_redoc.py
@@ -10,6 +10,6 @@
10
if __name__ == "__main__":
11
logging.getLogger("httpx").setLevel(logging.ERROR)
12
13
- with TestClient(app=create_app(render_plugins=[RedocRenderPlugin(version="latest")])) as client:
+ with TestClient(app=create_app(plugins=[RedocRenderPlugin(version="latest")])) as client:
14
response = client.get("/schema")
15
print(response.text) # noqa: T201
0 commit comments