From 82985d1b43c34cbf3545cba488cea8cca540bc28 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 27 Aug 2024 14:38:44 +0530 Subject: [PATCH] chore: updated tests --- packages/bruno-tests/collection/echo/echo bigint.bru | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/bruno-tests/collection/echo/echo bigint.bru b/packages/bruno-tests/collection/echo/echo bigint.bru index 189a5dbbd..ef981c723 100644 --- a/packages/bruno-tests/collection/echo/echo bigint.bru +++ b/packages/bruno-tests/collection/echo/echo bigint.bru @@ -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 }