diff --git a/pinry/core/tests/helpers.py b/pinry/core/tests/helpers.py index f84b9f1..069c504 100644 --- a/pinry/core/tests/helpers.py +++ b/pinry/core/tests/helpers.py @@ -11,7 +11,7 @@ from ..models import Pin, Image from ...users.models import User -TEST_IMAGE_PATH = settings.SITE_ROOT + 'logo.png' +TEST_IMAGE_PATH = 'logo.png' class UserFactory(factory.Factory):