We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4d40f commit 843c3a4Copy full SHA for 843c3a4
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