You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restdocs-api-spec-openapi-generator/src/test/kotlin/com/epages/restdocs/apispec/openapi2/OpenApi20GeneratorTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ class OpenApi20GeneratorTest {
231
231
}
232
232
233
233
@Test
234
-
fun`should handle urlencoded body in POST request as a formData`() {
234
+
fun`should handle urlencoded body in POST request as formData`() {
235
235
val api = givenResourceModelsWithApplicationForm(HTTPMethod.POST)
236
236
237
237
val openapi = whenOpenApiObjectGenerated(api)
@@ -241,7 +241,7 @@ class OpenApi20GeneratorTest {
241
241
}
242
242
243
243
@Test
244
-
fun`should handle urlencoded body in PUT request as a formData`() {
244
+
fun`should handle urlencoded body in PUT request as formData`() {
245
245
val api = givenResourceModelsWithApplicationForm(HTTPMethod.PUT)
0 commit comments