We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd75b3 commit 43a7026Copy full SHA for 43a7026
1 file changed
openedx_authz/settings/test.py
@@ -67,6 +67,8 @@ def plugin_settings(settings): # pylint: disable=unused-argument
67
68
ROOT_URLCONF = "openedx_authz.urls"
69
70
+SERVICE_VARIANT = "lms"
71
+
72
# Casbin configuration
73
CASBIN_MODEL = os.path.join(ROOT_DIRECTORY, "engine", "config", "model.conf")
74
CASBIN_AUTO_LOAD_POLICY_INTERVAL = 0
0 commit comments