Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions api/app/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
INSTALLED_APPS = INSTALLED_APPS + ["flagsmith_ldap"]
LDAP_DEFAULT_FLAGSMITH_ORGANISATION_ID = None

# Otherwise rule and condition ordering is whatever the database returns.
# Can cause issues downstream when using other database engines.
SEGMENT_CONDITIONS_EXPLICIT_ORDERING_ENABLED = True
SEGMENT_RULES_EXPLICIT_ORDERING_ENABLED = True

# We dont want to track tests
ENABLE_TELEMETRY = False
MAX_PROJECTS_IN_FREE_PLAN = 10
Expand Down
Loading