[damned-lies/develop] fix: update test settings for pre-prod instance



commit b494a6a74d9c683ce437c6d9909c4d997b3a60af
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon Sep 20 21:29:22 2021 +0200

    fix: update test settings for pre-prod instance

 damnedlies/settings_tests.py | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/damnedlies/settings_tests.py b/damnedlies/settings_tests.py
index a19dc80a..67524eca 100644
--- a/damnedlies/settings_tests.py
+++ b/damnedlies/settings_tests.py
@@ -4,8 +4,4 @@ from .settings import *
 
 SECRET_KEY = 'shRc(?sk+sW3Wqn-lBvs=r52a@#hgC9g'
 
-SCRATCHDIR = BASE_DIR / 'scratch'
-POTDIR = SCRATCHDIR / 'POT'
-GETTEXT_ITS_DATA = {}
-
 LOCK_DIR = Path(tempfile.mkdtemp())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]