mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 05:47:09 +00:00
[kotlin-client] update Kotlin and libraries versions (#21866)
This commit is contained in:
@@ -16,7 +16,6 @@ class CustomTests : ShouldSpec({
|
||||
|
||||
parsedResult.body shouldContain """
|
||||
Content-Disposition: form-data; name="my-file"
|
||||
Content-Length: 0
|
||||
""".trimIndent()
|
||||
}
|
||||
|
||||
@@ -27,8 +26,7 @@ class CustomTests : ShouldSpec({
|
||||
parsedResult.body shouldContain """
|
||||
Content-Disposition: form-data; name="my-file"; filename="test.txt"
|
||||
Content-Type: text/plain
|
||||
Content-Length: 12
|
||||
|
||||
|
||||
testing only
|
||||
""".trimIndent()
|
||||
}
|
||||
@@ -40,15 +38,13 @@ class CustomTests : ShouldSpec({
|
||||
parsedResult.body shouldContain """
|
||||
Content-Disposition: form-data; name="files"; filename="test.txt"
|
||||
Content-Type: text/plain
|
||||
Content-Length: 12
|
||||
|
||||
|
||||
testing only
|
||||
""".trimIndent()
|
||||
|
||||
parsedResult.body shouldContain """
|
||||
Content-Disposition: form-data; name="files"; filename="otherTestFile.txt"
|
||||
Content-Type: text/plain
|
||||
Content-Length: 17
|
||||
|
||||
Another test file
|
||||
""".trimIndent()
|
||||
|
||||
Reference in New Issue
Block a user