mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +01:00
chore: updated tests
This commit is contained in:
parent
d34d3a45ff
commit
82985d1b43
@ -25,7 +25,11 @@ auth:bearer {
|
|||||||
|
|
||||||
body:json {
|
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
|
res.status: eq 200
|
||||||
}
|
}
|
||||||
|
|
||||||
script:pre-request {
|
|
||||||
bru.setVar("foo", "foo-world-2");
|
|
||||||
}
|
|
||||||
|
|
||||||
tests {
|
tests {
|
||||||
// todo: add tests once lossless json echo server is ready
|
// todo: add tests once lossless json echo server is ready
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user