test: Update url_name to match new notes endpoint

ref: #526
This commit is contained in:
2025-02-07 21:17:24 +09:30
parent dad843f1d4
commit 4dd4215fd0
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ class ServiceNotePermissionsAPI(
app_namespace = 'API'
url_name = '_api_v2_service_notes'
url_name = '_api_v2_service_note'
@classmethod