Skip to content

Commit

Permalink
set FF_TEMPLATE_CATEGORY on for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Jul 23, 2024
1 parent 1ce9889 commit 8eb856a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Development(Config):
SESSION_PROTECTION = None
SYSTEM_STATUS_URL = "https://localhost:3000"
NO_BRANDING_ID = "0af93cf1-2c49-485f-878f-f3e662e651ef"
FF_TEMPLATE_CATEGORY = True
FF_TEMPLATE_CATEGORY = False


class Test(Development):
Expand All @@ -215,7 +215,7 @@ class Test(Development):
FF_SALESFORCE_CONTACT = False
SYSTEM_STATUS_URL = "https://localhost:3000"
NO_BRANDING_ID = "0af93cf1-2c49-485f-878f-f3e662e651ef"
FF_TEMPLATE_CATEGORY = True
FF_TEMPLATE_CATEGORY = False


class Production(Config):
Expand Down

0 comments on commit 8eb856a

Please sign in to comment.