cloud-pipeline
cloud-pipeline copied to clipboard
[API] GET folder/projects method does not return all projects
Describe the bug
GET /folder/projects method doesn't return all projects.
To Reproduce Steps to reproduce the behavior:
- Create "1234" project;
- Fetch all projects using
/folder/projects- project "1234" persists in the list - Create "123", "12345", "123456" projects
- Fetch all projects using
/folder/projects
Expected behavior All created projects are returned
Actual behavior Some of created projects are missing