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 #435: added data_type parameter for OktaAPIResponse #438

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

comrumino
Copy link

Fixed #435: added data_type parameter for OktaAPIResponse

The title and initial description blame has_next, but later comments clarify the issue is with inconsistent typing of results between pages. Added a unit test to show that the master branch currently has inconsistent types between pages. Resolved the issue by adding data_type parameter to OktaAPIResponse .

I've emailed a signed CLA.

James Stronz added 2 commits March 13, 2025 18:58
… next_response has a type consistent with the previous response.

    - fixes test_response_pagination_with_next_include_response failure
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.

Pagination "resp.has_next" is always true ?
1 participant