fix(tests): update test_get_library_agents_success to include folder_id and include_root_only parameters

- Added `folder_id` and `include_root_only` parameters to the `test_get_library_agents_success` function to ensure comprehensive testing of library agent retrieval functionality.
- This change enhances the test coverage for scenarios involving folder-specific agent queries.
This commit is contained in:
abhi1992002
2026-02-16 13:39:23 +05:30
parent 85b24468e8
commit 09f74594ab

View File

@@ -115,6 +115,8 @@ async def test_get_library_agents_success(
sort_by=library_model.LibraryAgentSort.UPDATED_AT,
page=1,
page_size=15,
folder_id=None,
include_root_only=False,
)