Skip to content

Commit e84d2db

Browse files
committed
refactor: update wildcard key generation to use GLOBAL_SCOPE_WILDCARD
1 parent d13a875 commit e84d2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ def make_wildcard_key(namespace: str) -> str:
7373
Returns:
7474
str: Wildcard pattern (e.g., 'lib^*', 'org^*', 'course^*')
7575
"""
76-
return f"{namespace}{ScopeData.SEPARATOR}*"
76+
return f"{namespace}{ScopeData.SEPARATOR}{GLOBAL_SCOPE_WILDCARD}"

0 commit comments

Comments
 (0)