From d1e174405a40aae1e8baab8d80dc7f285bfb7205 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 6 May 2015 21:59:44 +0200 Subject: [PATCH] fix wrong URL in test --- test/test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test.js b/test/test.js index d567f83..0dad70b 100644 --- a/test/test.js +++ b/test/test.js @@ -506,17 +506,17 @@ describe("Crafatar", function() { crc32: [3456497067, 3490318764] }, "helm head render with not existing uuid": { - url: "http://localhost:3000/avatars/00000000000000000000000000000000?scale=2&helm", + url: "http://localhost:3000/renders/head/00000000000000000000000000000000?scale=2&helm", etag: '"steve"', - crc32: 1327292273 + crc32: [1858563554, 2647471936] }, "helm head render with not existing uuid defaulting to alex": { - url: "http://localhost:3000/avatars/00000000000000000000000000000000?scale=2&helm&default=alex", + url: "http://localhost:3000/renders/head/00000000000000000000000000000000?scale=2&helm&default=alex", etag: '"alex"', - crc32: 2233777481 + crc32: [2963161105, 1769904825] }, "helm head render with not existing uuid defaulting to url": { - url: "http://localhost:3000/avatars/00000000000000000000000000000000?scale=2&helm&default=http://example.com", + url: "http://localhost:3000/renders/head/00000000000000000000000000000000?scale=2&helm&default=http://example.com", crc32: 0, redirect: "http://example.com" },