fix(backend): update and re-enable Bull Dashboard (#14648)
This commit is contained in:
parent
0871156780
commit
1184436461
4 changed files with 72 additions and 107 deletions
|
|
@ -180,7 +180,6 @@ describe('Webリソース', () => {
|
|||
}));
|
||||
});
|
||||
|
||||
/* queueは一時的に無効化されている
|
||||
describe.each([{ path: '/queue' }])('$path', ({ path }) => {
|
||||
test('はログインしないとGETできない。', async () => await notOk({
|
||||
path,
|
||||
|
|
@ -198,7 +197,6 @@ describe('Webリソース', () => {
|
|||
cookie: cookie(alice),
|
||||
}));
|
||||
});
|
||||
*/
|
||||
|
||||
describe.each([{ path: '/streaming' }])('$path', ({ path }) => {
|
||||
test('はGETできない。', async () => await notOk({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue