fix: finalize semantic repair and test updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// [DEF:frontend.src.services.__tests__.gitService_test:Module]
|
||||
// [DEF:gitServiceContractTests:Module]
|
||||
// @RELATION: VERIFIES -> ../gitService.js
|
||||
// @PURPOSE: API client tests ensuring correct endpoints are called per contract
|
||||
|
||||
@@ -242,4 +242,4 @@ describe('gitService', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
// [/DEF:frontend.src.services.__tests__.gitService_test:Module]
|
||||
// [/DEF:gitServiceContractTests:Module]
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// @SEMANTICS: admin, users, roles, ad-mappings, api
|
||||
// @PURPOSE: Service for Admin-related API calls (User and Role management).
|
||||
// @LAYER: Service
|
||||
// @RELATION: DEPENDS_ON -> frontend.src.lib.api
|
||||
// @RELATION: DEPENDS_ON -> api_module
|
||||
//
|
||||
// @INVARIANT: All requests must include valid Admin JWT token (handled by api client).
|
||||
|
||||
@@ -291,4 +291,4 @@ export const adminService = {
|
||||
updateLoggingConfig
|
||||
};
|
||||
|
||||
// [/DEF:adminService:Module]
|
||||
// [/DEF:adminService:Module]
|
||||
|
||||
Reference in New Issue
Block a user