-
Notifications
You must be signed in to change notification settings - Fork 323
[http specs] Add new test case for multipart #9139
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
base: main
Are you sure you want to change the base?
Conversation
commit: |
|
You can try these changes here
|
|
The CI failure seems related with http-client-js which can't handle the new test case:
CC. @MaryGao
|
@msyyc there are some generation issues for new cases. Could you help add them into ignore file? https://github.com/microsoft/typespec/blob/main/packages/http-client-js/.testignore |
…om/microsoft/typespec into http-specs-multipart-renaming-case
| const pngContents = new Uint8Array(pngBuffer); | ||
|
|
||
| describe("Payload.MultiPart", () => { | ||
| describe.skip("Payload.MultiPart", () => { |
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.
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.


Add test case to cover scenarios of #9137 and #9136
This PR adds 2 cases: