mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Replace screenshot.png with logo.png in tests
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user