Skip to content

Commit 4ae9d77

Browse files
committed
Update Response Code Fixes #2660
1 parent c2d47b2 commit 4ae9d77

File tree

2 files changed

+6
-7
lines changed
  • springdoc-openapi-tests/springdoc-openapi-security-tests/src/test/resources/results

2 files changed

+6
-7
lines changed

springdoc-openapi-tests/springdoc-openapi-security-tests/src/test/resources/results/app6.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"200": {
8585
"description": "OK"
8686
},
87-
"403": {
88-
"description": "Forbidden"
87+
"401": {
88+
"description": "Unauthorized"
8989
}
9090
}
9191
}

springdoc-openapi-tests/springdoc-openapi-security-tests/src/test/resources/results/app8.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@
4141
"200": {
4242
"description": "OK"
4343
},
44-
"403": {
45-
"description": "Forbidden"
44+
"401": {
45+
"description": "Unauthorized"
4646
}
4747
}
4848
}
4949
}
5050
},
51-
"components": {
52-
}
53-
}
51+
"components": {}
52+
}

0 commit comments

Comments
 (0)