From 56409a9fefbf3181a42d223d991b0f46d68389c1 Mon Sep 17 00:00:00 2001 From: alibw <69758323+alibw@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:40:43 +0330 Subject: [PATCH] Update Pagination.http Removed : unused --- Pagination.http | 2 -- 1 file changed, 2 deletions(-) diff --git a/Pagination.http b/Pagination.http index 7a34fff..7d81cd0 100644 --- a/Pagination.http +++ b/Pagination.http @@ -13,8 +13,6 @@ GET {{baseUrl}}/products?limit=40&offset=7 ?? status == 200 {{ const { equal } = require('assert'); - let responseItems = JSON. parse(response.body); - let itemsCount = responseItems.length; test('OK content-range', () => { equal(response.headers['content-range'], '7-46/*'); });