FIX: Fewer broken image paths in tests

This commit is contained in:
Robin Ward
2020-07-17 15:43:17 -04:00
parent 683a1210e3
commit 72c44b3b19
2 changed files with 22 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ acceptance("User Preferences", {
server.post("/user_avatar/eviltrout/refresh_gravatar.json", () => {
return helper.response({
gravatar_upload_id: 6543,
gravatar_avatar_template: "something"
gravatar_avatar_template: "/images/avatar.png"
});
});