From 5bfec31159ac63012751302af2fbcd0e1c1bc1c5 Mon Sep 17 00:00:00 2001 From: "Shiela Marie C. Barbacena" Date: Wed, 16 Jul 2025 10:43:04 +0800 Subject: [PATCH] Update BMSAPI.postman_collection.json --- BMSAPI.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMSAPI.postman_collection.json b/BMSAPI.postman_collection.json index a8c782e..f5c4105 100644 --- a/BMSAPI.postman_collection.json +++ b/BMSAPI.postman_collection.json @@ -151,7 +151,7 @@ "", "", "pm.test(\"Check weighed method\", function () {", - " var index = 116", + " var index = 108", " pm.expect(jsonData[index].id).to.eql(pm.environment.get(\"weighed_method_id\"));", " pm.expect(jsonData[index].name).to.eql(\"Weighed\");", " pm.expect(jsonData[index].description).to.eql(\"Weighing method\");",