From bfb9440ac6d9f129f1f3d5848714b6f20f39ed02 Mon Sep 17 00:00:00 2001 From: Zbynek Rybicka Date: Tue, 23 Oct 2018 19:29:38 +0200 Subject: [PATCH] Removed test apiPrefix --- tests/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.js b/tests/tests.js index 063d24b746..92fb6989b9 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -2309,7 +2309,7 @@ describe("xmysql : tests", function() { customeNumber: 103, creditLimit: 23134.00 } - agent.post(apiPrefix + '/_proc/Set_credit_limit') //enter url + agent.post('/_proc/set_credit_limit') //enter url .send(obj) //postdata .expect(200)//200 for success 4xx for failure .end(function (err, res) {