chore: updated test

This commit is contained in:
Anoop M D 2024-08-27 14:28:20 +05:30
parent 25ccb38202
commit d34d3a45ff

View File

@ -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
}