chore: updated tests

This commit is contained in:
Anoop M D 2024-08-27 14:38:44 +05:30
parent d34d3a45ff
commit 82985d1b43

View File

@ -25,7 +25,11 @@ auth:bearer {
body:json {
{
"hello": 990531470713421825
"hello": 990531470713421825,
"decimal": 1.0,
"decimal2": 1.00,
"decimal3": 1.00200,
"decimal4": 0.00
}
}
@ -33,10 +37,6 @@ assert {
res.status: eq 200
}
script:pre-request {
bru.setVar("foo", "foo-world-2");
}
tests {
// todo: add tests once lossless json echo server is ready
}