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 +}