From e1c8505b90ac38de4005a664e7819a1221d5e3c0 Mon Sep 17 00:00:00 2001 From: oleast Date: Sun, 29 Mar 2020 11:18:22 +0200 Subject: [PATCH] lint --- apps/photoalbum/tests/apiv1_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/photoalbum/tests/apiv1_tests.py b/apps/photoalbum/tests/apiv1_tests.py index 040885abe..38e664324 100644 --- a/apps/photoalbum/tests/apiv1_tests.py +++ b/apps/photoalbum/tests/apiv1_tests.py @@ -13,7 +13,6 @@ from apps.online_oidc_provider.test import OIDCTestCase from apps.photoalbum.models import Album, Photo, UserTag - SAMPLE_IMAGE_PATH = f"{settings.PROJECT_ROOT_DIRECTORY}/files/static/img/splash_bg.jpg"