Skip to content

Commit 43a7026

Browse files
committed
feat: add SERVICE_VARIANT configuration for LMS in test settings
1 parent 2fd75b3 commit 43a7026

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openedx_authz/settings/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def plugin_settings(settings): # pylint: disable=unused-argument
6767

6868
ROOT_URLCONF = "openedx_authz.urls"
6969

70+
SERVICE_VARIANT = "lms"
71+
7072
# Casbin configuration
7173
CASBIN_MODEL = os.path.join(ROOT_DIRECTORY, "engine", "config", "model.conf")
7274
CASBIN_AUTO_LOAD_POLICY_INTERVAL = 0

0 commit comments

Comments
 (0)