-
Notifications
You must be signed in to change notification settings - Fork 473
fix: Update UnprocessedRequest
to match actual data
#1155
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
Conversation
Not part of this issue, but |
UnprocessedRequest
to match actual data. Add test.UnprocessedRequest
to match actual data
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
tests/unit/storage_clients/_memory/test_memory_storage_client.py:283
- Consider capturing the output of model_validate and asserting that the resulting object's fields match the expected values, rather than only relying on successful validation.
BatchRequestsOperationResponse.model_validate({
UnprocessedRequest
to match actual dataUnprocessedRequest
to match actual data
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.
LGTM
### Description Update `UnprocessedRequest` to match actual data. Add test. ### Issues - Closes: apify#1150
### Description Update `UnprocessedRequest` to match actual data. Add test. ### Issues - Closes: apify#1150
Description
Update
UnprocessedRequest
to match actual data.Add test.
Issues