Skip to content

Commit 93f5ac1

Browse files
committed
Add missing unit-test file
1 parent d11bd79 commit 93f5ac1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tests/assets/openapi.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"openapi": "3.1.0",
3+
"info": {
4+
"title": "FastAPI",
5+
"version": "0.1.0"
6+
},
7+
"paths": {
8+
"/": {
9+
"get": {
10+
"summary": "App Root",
11+
"operationId": "app_root__get",
12+
"responses": {
13+
"200": {
14+
"description": "Successful Response",
15+
"content": {
16+
"application/json": {
17+
"schema": {}
18+
}
19+
}
20+
}
21+
}
22+
}
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)