Fix tests with new default code

This commit is contained in:
Jake
2015-06-24 15:08:05 -05:00
parent 8c39d0c017
commit d2ab7b87ad
4 changed files with 11 additions and 6 deletions

View File

@@ -640,6 +640,11 @@ describe("Crafatar", function() {
etag: '"alex"',
crc32: [737759773, 66512449]
},
"helm body render with non-existent uuid defaulting to userId": {
url: "http://localhost:3000/renders/body/00000000000000000000000000000000?scale=2&helm&default=alex",
etag: '"alex"',
crc32: [737759773, 66512449]
},
"helm body render with non-existent uuid defaulting to url": {
url: "http://localhost:3000/renders/body/00000000000000000000000000000000?scale=2&helm&default=http://example.com",
crc32: 0,