-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Prefetching multiple endpoints should return all prefetch models #11546
Conversation
DryRun Security SummaryThe pull request improves the handling of the Expand for full summarySummary: The code changes in this pull request are focused on improving the handling of the From an application security perspective, the changes made in this pull request do not seem to introduce any obvious security concerns. The code is handling user input (the Files Changed:
Code AnalysisWe ran |
Apparently an interesting case where the code actually works but the unittests fail.... |
Moving out of draft |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
When attempting a prefetch with multiple parameters, the response would only return one of the prefetch parameters.
[sc-6144]