Files
bruno/packages/bruno-tests/collection/multipart/multipart-mixed-form-data-parse.bru
Sid a3e3199490 fix: multipart/mixed and multipart/form-data interpolation and generic request behaviour (#8087)
* fix: multipart spec additions and interpolation fixes

* test(cli): add interpolation multipart  tests

* Update packages/bruno-tests/collection/multipart/multipart-mixed-form-data-parse.bru

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* chore: remove assert as curl also gives the same result

* chore: codestyle

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-05-25 20:05:50 +05:30

24 lines
271 B
Plaintext

meta {
name: multipart-mixed-form-data-parse
type: http
seq: 1
}
post {
url: {{echo-host}}
body: multipartForm
auth: none
}
headers {
Content-Type: multipart/mixed
}
body:multipart-form {
sample: sample
}
assert {
res.body: matches ^[-]+[a-z0-9]+
}