mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
log location
This commit is contained in:
parent
ce34ae2291
commit
2c1173b8a5
@ -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) {
|
request.get("http://localhost:3000/" + location + "/Jake0oo0", function(error, res, body) {
|
||||||
assert.equal(200, res.statusCode);
|
assert.equal(200, res.statusCode);
|
||||||
done();
|
done();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user