Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit d62d25b

Browse files
Copilotv-jiaodiJialinHuang803
authored
Add spector test for SpecialWords_ReservedOperationBodyParams withItems scenario (#3976)
* Initial plan * feat: add SpecialWords_ReservedOperationBodyParams withItems spector test Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/0b417b1e-f3b8-49e0-bcc1-9c39353c7199 Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> Co-authored-by: JialinHuang803 <139532647+JialinHuang803@users.noreply.github.com>
1 parent 20aa7a1 commit d62d25b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/typespec-ts/test/azureModularIntegration/specialWords.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,12 @@ describe("Special Words Client", () => {
403403
});
404404
});
405405

406+
describe("ReservedOperationBodyParams", () => {
407+
it("should post withItems", async () => {
408+
await client.reservedOperationBodyParams.withItems(["item"]);
409+
});
410+
});
411+
406412
describe("ExtensibleStrings", () => {
407413
it("should put extensible string value", async () => {
408414
const result =

0 commit comments

Comments
 (0)