Skip to content

Commit

Permalink
Update fetch-resource.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 22, 2024
1 parent a4ae99e commit db3932e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/test/e2e/fetch-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ describe('Webリソース', () => {
}));
});

/* queueは一時的に無効化されている
describe.each([{ path: '/queue' }])('$path', ({ path }) => {
test('はログインしないとGETできない。', async () => await notOk({
path,
Expand All @@ -197,6 +198,7 @@ describe('Webリソース', () => {
cookie: cookie(alice),
}));
});
*/

describe.each([{ path: '/streaming' }])('$path', ({ path }) => {
test('はGETできない。', async () => await notOk({
Expand Down

0 comments on commit db3932e

Please sign in to comment.