Cleaned up settings cache after test
All tests after this one were in a non-sending email state, which luckily doesn't affect these tests, but it will affect future ones! This just cleans up the settings so that they're back to a standard default.
This commit is contained in:
parent
2720791434
commit
b012da023d
@ -904,6 +904,7 @@ describe('Members API', function () {
|
|||||||
await agent.delete(`/members/${memberFailVerification.id}`);
|
await agent.delete(`/members/${memberFailVerification.id}`);
|
||||||
|
|
||||||
await configUtils.restore();
|
await configUtils.restore();
|
||||||
|
settingsCache.set('email_verification_required', false);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Can add and send a signup confirmation email', async function () {
|
it('Can add and send a signup confirmation email', async function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user