Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
specs, bug fix on naming header response (#521)
Browse files Browse the repository at this point in the history
specs, naming header response, bug fix
  • Loading branch information
weidongxu-microsoft authored Feb 27, 2024
1 parent 5db9c87 commit 5178ee8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-donkeys-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@azure-tools/cadl-ranch-specs": patch
---

Bug fix on Scenarios.Client_Naming_Header_response
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/http/client/naming/mockapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Scenarios.Client_Naming_Header_request = passOnSuccess(
);

Scenarios.Client_Naming_Header_response = passOnSuccess(
mockapi.post("/client/naming/header", (req) => {
mockapi.get("/client/naming/header", (req) => {
return {
status: 204,
headers: {
Expand Down

0 comments on commit 5178ee8

Please sign in to comment.