This commit is contained in:
tamaina 2025-07-14 14:21:23 +09:00
parent 4da98fe394
commit 479525a71d
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ describe('Timelines', () => {
beforeAll(async () => {
redisForTimelines = new Redis(loadConfig().redisForTimelines);
root = await signup({ username: 'root' });
//console.log(await api('admin/update-meta', { enableFanoutTimeline }, root));
}, 1000 * 60 * 2);
describe.each([
@ -37,7 +36,7 @@ describe('Timelines', () => {
}
beforeAll(async () => {
console.log(await api('admin/update-meta', { enableFanoutTimeline }, root));
await api('admin/update-meta', { enableFanoutTimeline }, root);
}, 1000 * 60 * 2);
describe('Home TL', () => {