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

[fix] Fix parameter set serialization #513

Conversation

nwithan8
Copy link
Member

Description

RE: #512

Removes an unneeded null check (from an earlier implementation of parameter sets) that was causing reused parameter sets for GetNextPage functionality to not be updated correctly.

Testing

  • Add unit test to confirm GetNextPage parameter sets are getting updated properly behind-the-scenes by checking that multiple subsequent calls do in fact return different data.

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc)

…acy feature)

- Improve get_next_page unit test to confirm parameters are altered
Copy link
Member

@Justintime50 Justintime50 left a comment

Choose a reason for hiding this comment

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

praise: nice test!

@nwithan8 nwithan8 merged commit 28dbb2b into master Aug 31, 2023
14 checks passed
@nwithan8 nwithan8 deleted the 512-bug-editing-property-values-on-parameters-failing-subsequent-calls-to-paginated-methods branch August 31, 2023 21:59
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.

[Bug]: Editing property values on parameters failing subsequent calls to paginated methods.
3 participants