Replace screenshot.png with logo.png in tests

This commit is contained in:
Krzysztof Klimonda
2013-03-05 01:32:57 -08:00
parent 10c9b35700
commit 26b6805b6f
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ from ..models import Pin, Image
from ...users.models import User
TEST_IMAGE_PATH = settings.SITE_ROOT + 'screenshot.png'
TEST_IMAGE_PATH = settings.SITE_ROOT + 'logo.png'
class UserFactory(factory.Factory):