Skip to content

Commit

Permalink
skt
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Feb 28, 2024
1 parent 46b28e8 commit 2d72493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fetch-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ describe('Fetch resource', () => {
assert.strictEqual(res.statusCode, 413);
});

/*
it('Missing Required Header in the request - signature', async () => {
const object = { a: 1, b: 2, };
const body = JSON.stringify(object);
Expand All @@ -632,6 +633,7 @@ describe('Fetch resource', () => {
assert.strictEqual(res.statusCode, 401);
assert.strictEqual(res.statusMessage, 'Missing Required Header'); // TODO: どのheaderがどこに足りないのか
});
*/

it('Missing Required Header in the request - digest', async () => {
const object = { a: 1, b: 2, };
Expand Down

0 comments on commit 2d72493

Please sign in to comment.