mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
chore: updated test
This commit is contained in:
@@ -29,12 +29,6 @@ body:json {
|
||||
}
|
||||
}
|
||||
|
||||
body:text {
|
||||
{
|
||||
"hello": 990531470713421825
|
||||
}
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
}
|
||||
@@ -42,3 +36,7 @@ assert {
|
||||
script:pre-request {
|
||||
bru.setVar("foo", "foo-world-2");
|
||||
}
|
||||
|
||||
tests {
|
||||
// todo: add tests once lossless json echo server is ready
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user