Skip to content

Commit ba767e9

Browse files

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: fix
3+
packages:
4+
- "@typespec/http-specs"
5+
---
6+
7+
Fix api-key mockapi

packages/http-specs/specs/authentication/api-key/mockapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Scenarios.Authentication_ApiKey_invalid = passOnCode(403, {
77
method: `get`,
88
request: {
99
headers: {
10-
"x-ms-api-key": "valid-key",
10+
"x-ms-api-key": "invalid-key",
1111
},
1212
status: 403,
1313
},

0 commit comments

Comments
 (0)