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) {