mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 19:08:26 -04:00
Changest made to fix things.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
import json
|
||||
from os import getenv
|
||||
|
||||
@@ -119,7 +118,7 @@ class Development(Config):
|
||||
|
||||
class Test(Development):
|
||||
TESTING = True
|
||||
WTF_CSRF_ENABLED = False # If enabled, pytest breaks.
|
||||
WTF_CSRF_ENABLED = False # If enabled, pytest breaks.
|
||||
ASSET_DOMAIN = "static.example.com"
|
||||
ASSET_PATH = "https://static.example.com/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user