Skip to content

Commit

Permalink
chore: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Aug 27, 2024
1 parent d34d3a4 commit 82985d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/bruno-tests/collection/echo/echo bigint.bru
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ auth:bearer {

body:json {
{
"hello": 990531470713421825
"hello": 990531470713421825,
"decimal": 1.0,
"decimal2": 1.00,
"decimal3": 1.00200,
"decimal4": 0.00
}
}

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
}

0 comments on commit 82985d1

Please sign in to comment.