Remove ENV_LOADED from test class

This commit is contained in:
Adam Johnson 2024-11-18 12:04:04 +00:00
parent f37ed87d6e
commit cec5f7492a

View file

@ -2,7 +2,6 @@ import os
import uuid
from configurations import Configuration, pristinemethod
from configurations.values import BooleanValue
class Test(Configuration):
@ -10,8 +9,6 @@ class Test(Configuration):
os.path.join(os.path.dirname(
os.path.abspath(__file__)), os.pardir))
ENV_LOADED = BooleanValue(False)
DEBUG = True
SITE_ID = 1