mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
actually store the skin in store_skin, fixes #108; pipe skins & capes through lwip before saving, fixes #121
This commit is contained in:
@@ -448,7 +448,7 @@ describe("Crafatar", function() {
|
||||
"skin with existing username": {
|
||||
url: "http://localhost:3000/skins/jeb_",
|
||||
etag: '"a846b82963"',
|
||||
crc32: 110922424
|
||||
crc32: 26500336
|
||||
},
|
||||
"skin with not existing username": {
|
||||
url: "http://localhost:3000/skins/0",
|
||||
@@ -468,7 +468,7 @@ describe("Crafatar", function() {
|
||||
"skin with existing uuid": {
|
||||
url: "http://localhost:3000/skins/853c80ef3c3749fdaa49938b674adae6",
|
||||
etag: '"a846b82963"',
|
||||
crc32: 110922424
|
||||
crc32: 26500336
|
||||
},
|
||||
"skin with not existing uuid": {
|
||||
url: "http://localhost:3000/skins/00000000000000000000000000000000",
|
||||
|
||||
Reference in New Issue
Block a user