Skip to content

Commit 4982578

Browse files
committed
[FIX] Correct param name
1 parent f7b10d2 commit 4982578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

holoplus_mocked_api/holoplus_mocked_api/build_redoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
if __name__ == "__main__":
1111
logging.getLogger("httpx").setLevel(logging.ERROR)
1212

13-
with TestClient(app=create_app(render_plugins=[RedocRenderPlugin(version="latest")])) as client:
13+
with TestClient(app=create_app(plugins=[RedocRenderPlugin(version="latest")])) as client:
1414
response = client.get("/schema")
1515
print(response.text) # noqa: T201

0 commit comments

Comments
 (0)