소스 검색

log location

Jake 10 년 전
부모
커밋
2c1173b8a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -248,7 +248,7 @@ describe("Server", function() {
         });
       });
 
-      it("should return a 200 (valid input)", function(done) {
+      it("should return a 200 (valid input " + location + ")", function(done) {
         request.get("http://localhost:3000/" + location + "/Jake0oo0", function(error, res, body) {
           assert.equal(200, res.statusCode);
           done();