diff --git a/spec/javascripts/helpers/factory.js b/spec/javascripts/helpers/factory.js index 428cb1ec6..40aeaf39f 100644 --- a/spec/javascripts/helpers/factory.js +++ b/spec/javascripts/helpers/factory.js @@ -44,9 +44,9 @@ var factory = { "id": id, "diaspora_id": "bob@bob.com", "avatar":{ - "large":"http://localhost:3000/images/user/uma.jpg", - "medium":"http://localhost:3000/images/user/uma.jpg", - "small":"http://localhost:3000/images/user/uma.jpg"} + "large":"http://localhost:3000/assets/user/uma.jpg", + "medium":"http://localhost:3000/assets/user/uma.jpg", + "small":"http://localhost:3000/assets/user/uma.jpg"} }; return _.extend(defaultAttrs, overrides);