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: Search class passes kwargs to pagination GET #144

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

tmac1973
Copy link
Contributor

@tmac1973 tmac1973 commented Jan 12, 2024

kwargs are not passed to initial POST but are passed to subsequent pagination GET calls, causing crashes. Remove kwargs since they were never implemented in a working state for the search method.

Issue:

https://lacework.atlassian.net/browse/GROW-2684

kwargs are not passed to initial POST but are passed to subsequent
pagination GET calls, causing crashes. Remove kwargs since they
were never implemented in a working state for the search method.

Signed-off-by: Timothy MacDonald <[email protected]>
@tmac1973 tmac1973 requested a review from a team as a code owner January 12, 2024 14:58
@tmac1973 tmac1973 merged commit 2cdc37a into main Jan 12, 2024
8 checks passed
@tmac1973 tmac1973 deleted the tmacdonald/GROW-2675/fix-search-class branch January 12, 2024 20:24
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