mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
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
eaf414a2de
commit
5ffa3b57de
1 changed files with 1 additions and 0 deletions
|
@ -904,6 +904,7 @@ describe('Members API', function () {
|
|||
await agent.delete(`/members/${memberFailVerification.id}`);
|
||||
|
||||
await configUtils.restore();
|
||||
settingsCache.set('email_verification_required', false);
|
||||
});
|
||||
|
||||
it('Can add and send a signup confirmation email', async function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue