Skip to content

Commit

Permalink
Remove ENV_LOADED from test class
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Nov 18, 2024
1 parent f37ed87 commit cec5f74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/settings/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
import uuid

from configurations import Configuration, pristinemethod
from configurations.values import BooleanValue


class Test(Configuration):
BASE_DIR = os.path.abspath(
os.path.join(os.path.dirname(
os.path.abspath(__file__)), os.pardir))

ENV_LOADED = BooleanValue(False)

DEBUG = True

SITE_ID = 1
Expand Down

0 comments on commit cec5f74

Please sign in to comment.