mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
fix redirection test
This commit is contained in:
parent
3e4f150262
commit
f9b7ffb5b7
@ -535,7 +535,7 @@ describe("Crafatar", function() {
|
|||||||
"head render with non-existent useranme defaulting to userId": {
|
"head render with non-existent useranme defaulting to userId": {
|
||||||
url: "http://localhost:3000/avatars/0?scale=2&default=jeb_",
|
url: "http://localhost:3000/avatars/0?scale=2&default=jeb_",
|
||||||
crc32: 0,
|
crc32: 0,
|
||||||
redirect: "/renders/head/jeb_?scale=2"
|
redirect: "/avatars/jeb_?scale=2"
|
||||||
},
|
},
|
||||||
"head render with non-existent username defaulting to url": {
|
"head render with non-existent username defaulting to url": {
|
||||||
url: "http://localhost:3000/renders/head/0?scale=2&default=http://example.com",
|
url: "http://localhost:3000/renders/head/0?scale=2&default=http://example.com",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user