fix(schemas): fix remaining 4 truncated array type closings in Servic… #70
Annotations
4 errors
|
Lint
Process completed with exit code 1.
|
|
Test
Process completed with exit code 1.
|
|
schemas/services.test.ts > services registry > service: algovoi > endpoint: GET /mpp/{resource_id} > route matches METHOD /path format:
schemas/services.test.ts#L148
AssertionError: Invalid route format: "GET /mpp/{resource_id}": expected 'GET /mpp/{resource_id}' to match /^(GET|POST|PUT|PATCH|DELETE…/[a-zA-Z0-9
- Expected:
/^(GET|POST|PUT|PATCH|DELETE|HEAD|OPTIONS) \/[a-zA-Z0-9/_:.\-*]*$/
+ Received:
"GET /mpp/{resource_id}"
❯ schemas/services.test.ts:148:69
|
|
CI Gate
Process completed with exit code 1.
|