Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Cahanovich committed May 2, 2021
1 parent 6925f47 commit 50b090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var expect = require("chai").expect;
var request = require("request");
var converter = require("../app.js");
describe("check returns of function", function() {
var url = "http://localhost:3000/";
var url = "http://localhost:3001/";
it("returns status 200", function() {
request(url, function(error, response, body) {
expect(response.statusCode).to.equal(200);
Expand Down

0 comments on commit 50b090a

Please sign in to comment.