test(config_Management): Update url_name to match new notes endpoint

ref: #526 #529
This commit is contained in:
2025-02-07 21:11:43 +09:30
parent 47b1dd7732
commit dad843f1d4

View File

@ -17,7 +17,7 @@ class NotePermissionsAPI(
app_namespace = 'API'
url_name = '_api_v2_config_group_notes'
url_name = '_api_v2_config_group_note'
@classmethod