We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13a875 commit e84d2dbCopy full SHA for e84d2db
1 file changed
openedx_authz/tests/test_utils.py
@@ -73,4 +73,4 @@ def make_wildcard_key(namespace: str) -> str:
73
Returns:
74
str: Wildcard pattern (e.g., 'lib^*', 'org^*', 'course^*')
75
"""
76
- return f"{namespace}{ScopeData.SEPARATOR}*"
+ return f"{namespace}{ScopeData.SEPARATOR}{GLOBAL_SCOPE_WILDCARD}"
0 commit comments