Skip to content

feat(GitlabJobs): paginated#57

Merged
knowbased merged 2 commits intodevelopfrom
jobs-paginated
Mar 26, 2026
Merged

feat(GitlabJobs): paginated#57
knowbased merged 2 commits intodevelopfrom
jobs-paginated

Conversation

@Gabriel-Darbord
Copy link
Copy Markdown
Member

Add API for getting paginated jobs.

Comment on lines +97 to +101
(gitlabJobs stub
getByPage: page
perPage: perPage
inProject: projectId
withParams: params) willReturn: objects.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: You’re stubbing the method you’re trying to test. You should stub the method it depends on instead. In this case it would be getByPage:perPage:from:withParams: i think

@knowbased knowbased merged commit fd54b30 into develop Mar 26, 2026
2 checks passed
@Gabriel-Darbord Gabriel-Darbord deleted the jobs-paginated branch March 26, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants