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