diff --git a/test/tests.js b/test/tests.js index f77d81a..d49de09 100644 --- a/test/tests.js +++ b/test/tests.js @@ -135,7 +135,7 @@ describe("----------START TEST FOR app.js----------", () => { it("Checks the POST /math/areaOfRectangle", done => { chai .request(app) - .post("/math/power") + .post("/math/areaOfRectangle") .send({ param1: 3, param2: 2 }) .end((err, res) => { if (err) {