Skip to content

Commit

Permalink
Merge pull request #398 from adamchainz/remove_env_loaded
Browse files Browse the repository at this point in the history
Remove ENV_LOADED from test class
  • Loading branch information
uhurusurfa authored Nov 18, 2024
2 parents 0bf4161 + cec5f74 commit fcd03ad
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 fcd03ad

Please sign in to comment.