From 2c1173b8a54f147e30b64ec6a4b9299a75ad8431 Mon Sep 17 00:00:00 2001 From: Jake Date: Tue, 10 Feb 2015 22:02:02 -0600 Subject: [PATCH] log location --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index ebc0a58..d1ad371 100644 --- a/test/test.js +++ b/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();