Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pagenation #810

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Fixed pagenation #810

merged 1 commit into from
Nov 5, 2024

Conversation

kohsuke
Copy link
Contributor

@kohsuke kohsuke commented Oct 25, 2024

Inconsistent variable name resulted in pagenation not working at all. L344 uses the variable name page_token not pageToken

Inconsistent variable name resulted in pagenation not working at all.
Copy link
Collaborator

@dbarnett dbarnett left a comment

Choose a reason for hiding this comment

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

Weird, wonder if I broke it and how long it's been like that…

Looks good. 👍

@dbarnett dbarnett merged commit a1ed6ad into insanum:main Nov 5, 2024
10 checks passed
@michaelmhoffman
Copy link
Collaborator

Weird that this didn't come up in CI checks.

@dbarnett
Copy link
Collaborator

Agreed, it surprised me the wrong variable name wouldn't have failed harder, but for static checks no variable was quite unused or undefined, and for runtime tests the problem behavior was just a bit too subtle to have caught without having some better tests specifically covering pagination behavior.

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.

3 participants