autorest.typescript
autorest.typescript copied to clipboard
Core V2 Migration Pending Test Cases - Non LRO Related
In the test/integration/header.spec.ts
file, two of the following test cases are skipped:
- should send and receive string type headers
- should send and receive enum type headers
The return value has been changed from undefined (in core-http) to empty object (in core-client). We need to investigate the root cause and then add these test cases.
In the test/integration/bodyFormData.spec.ts
, the test case should correctly accept file via body
is skipped which is causing a timoeout. The root cause must be investigated and this issue has to be fixed.