72ff44f22b
- Updated all tests to handle new paginated response format with items, moreData, and cursor fields - Updated CreatePaginatedSearchResponse to handle 'issues' field for SearchIssues - Fixed SearchIssues and SearchPullRequests tests to unmarshal paginated responses correctly - Updated per_page expectations from 30/10 to 11 (CursorFetchSize) in all test mocks - Fixed ListIssues test to check for GraphQL 'after' cursor instead of REST 'cursor' - All tests now passing