From 98e1a350d558a6bb1c888fee5cde58e79c26be92 Mon Sep 17 00:00:00 2001 From: Jamison Ordway Date: Mon, 13 May 2024 08:36:25 -0600 Subject: [PATCH] Fix postman test suite typo --- .../projects/market_money/market_money.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/projects/market_money/market_money.postman_collection.json b/module3/projects/market_money/market_money.postman_collection.json index 8c0d871b..318417da 100644 --- a/module3/projects/market_money/market_money.postman_collection.json +++ b/module3/projects/market_money/market_money.postman_collection.json @@ -265,7 +265,7 @@ "", " // test values", " pm.expect(payload.data.type).to.eq(\"vendor\")", - " pm.expect(payload.data.id).to.eq(pm.globals.get('first_vendor_id').toString())", + " pm.expect(payload.data.id).to.eq(pm.globals.get('vendor_id').toString())", " pm.expect(payload.data.attributes.name).to.eq(pm.globals.get('vendor_name'))", " pm.expect(payload.data.attributes.description).to.eq(pm.globals.get('vendor_description'))", " pm.expect(payload.data.attributes.contact_name).to.eq(pm.globals.get('vendor_contact_name'))",