forked from mirrors/misskey
fix e2e
This commit is contained in:
@@ -24,6 +24,7 @@ describe('Endpoints', () => {
|
||||
bob = await signup({ username: 'bob' });
|
||||
carol = await signup({ username: 'carol' });
|
||||
dave = await signup({ username: 'dave' });
|
||||
await api('admin/update-meta', { federation: 'all' }, alice as misskey.entities.SignupResponse);
|
||||
}, 1000 * 60 * 2);
|
||||
|
||||
describe('signup', () => {
|
||||
|
||||
Reference in New Issue
Block a user