Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakwana93 committed Sep 10, 2024
1 parent f3eec74 commit 9d19afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enterprise/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def root(*args):
ENTERPRISE_SSO_ORCHESTRATOR_CONFIGURE_PATH = 'configure'
ENTERPRISE_SSO_ORCHESTRATOR_CONFIGURE_EDX_OAUTH_PATH = 'configure-edx-oauth'

ENTERPRISE_BRAZE_API_KEY='test-api-key'
EDX_BRAZE_API_SERVER='test-api-server'
ENTERPRISE_BRAZE_API_KEY = 'test-api-key'
EDX_BRAZE_API_SERVER = 'test-api-server'
BRAZE_GROUPS_INVITATION_EMAIL_CAMPAIGN_ID = 'test-invitation-campaign-id'
BRAZE_GROUPS_REMOVAL_EMAIL_CAMPAIGN_ID = 'test-removal-campaign-id'

0 comments on commit 9d19afb

Please sign in to comment.