Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: azure list multipart uploads test failures
The latest azurite made a change where the blob metadata must be explicitly requested when calling NewListBlobsFlatPager(). We were taking action on metadata iteams, and the tests were failing due to these always missing without requesting metadata to be included in the response. Fix is to enable metadata for the response.
- Loading branch information