Skip to content

Commit 459d255

Browse files
author
springdoc
committed
fixes tests
1 parent 8b5c746 commit 459d255

File tree

1 file changed

+23
-0
lines changed
  • springdoc-openapi-webmvc-core/src/test/resources/results

1 file changed

+23
-0
lines changed

springdoc-openapi-webmvc-core/src/test/resources/results/app10.json

+23
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,29 @@
3333
}
3434
}
3535
}
36+
},
37+
"/testreq": {
38+
"get": {
39+
"tags": [
40+
"hello-controller"
41+
],
42+
"operationId": "testRequestAttribute",
43+
"parameters": [
44+
{
45+
"name": "s",
46+
"in": "query",
47+
"required": true,
48+
"schema": {
49+
"type": "string"
50+
}
51+
}
52+
],
53+
"responses": {
54+
"200": {
55+
"description": "default response"
56+
}
57+
}
58+
}
3659
}
3760
},
3861
"components": {}

0 commit comments

Comments
 (0)