Skip to content

Commit

Permalink
http-specs, fix api-key mockapi (microsoft#5184)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 26, 2024
1 parent b6899eb commit ba767e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: fix
packages:
- "@typespec/http-specs"
---

Fix api-key mockapi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Scenarios.Authentication_ApiKey_invalid = passOnCode(403, {
method: `get`,
request: {
headers: {
"x-ms-api-key": "valid-key",
"x-ms-api-key": "invalid-key",
},
status: 403,
},
Expand Down

0 comments on commit ba767e9

Please sign in to comment.