diff --git a/autogpt_platform/backend/backend/api/features/library/routes_test.py b/autogpt_platform/backend/backend/api/features/library/routes_test.py index 4d83812891..be1faf2779 100644 --- a/autogpt_platform/backend/backend/api/features/library/routes_test.py +++ b/autogpt_platform/backend/backend/api/features/library/routes_test.py @@ -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, )