From 7108320a1295641a6d591d29edf01e3a4cc45e82 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 14 Dec 2022 12:01:00 +0100 Subject: Tests: use variable for fixtures paths --- example_project/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 33372bd5d..8248b6713 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -290,9 +290,7 @@ ISHTAR_PERMIT_TYPES = {} ISHTAR_DOC_TYPES = {"undefined": "Undefined"} ISHTAR_SEARCH_LANGUAGE = "french" - ISHTAR_SECURE = True - ISHTAR_DPTS = [] MAX_ATTEMPTS = 1 # django background tasks @@ -308,6 +306,9 @@ TEST_RUNNER = "ishtar_common.tests.ManagedModelTestRunner" SELENIUM_TEST = False CELERY_BROKER_URL = "" SENTRY_ID = None +DISTRIBUTION = "source" +LIB_BASE_PATH = ROOT_PATH + "../" +FIXTURE_AUTH_PATH = ROOT_PATH + "../" try: from custom_settings import * -- cgit v1.2.3