use new response module for renders + bug fixes

This commit is contained in:
jomo
2015-04-21 00:57:14 +02:00
parent a947b02c87
commit 8971e3c02b
7 changed files with 85 additions and 113 deletions

View File

@@ -432,7 +432,7 @@ describe("Crafatar", function() {
describe("Networking: Skin", function() {
it("should not fail (uuid)", function(done) {
helpers.get_skin(rid, id, function(err, hash, img) {
helpers.get_skin(rid, id, function(err, hash, status, img) {
assert.strictEqual(err, null);
done();
});