Skip to content

Commit 539e200

Browse files
committed
NO-ISSUE a
1 parent fb94b64 commit 539e200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/module-attach/tests/api/LineModuleAttachClientTest.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ describe("LineModuleAttachClient", () => {
4646
requestCount++;
4747

4848
equal(
49-
request.headers.get("Authorization"),
50-
`Bearer ${channel_access_token}`,
49+
request.headers.has("Authorization"),
50+
false,
5151
);
5252
equal(request.headers.get("User-Agent"), `${pkg.name}/${pkg.version}`);
5353

0 commit comments

Comments
 (0)