From 2dbc170da35c9f88770653cd3114f4c59d482094 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Jan 2021 09:54:48 +0100 Subject: Add missing audit log if the user deletes its account --- server/tests/api/users/users-verification.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests') diff --git a/server/tests/api/users/users-verification.ts b/server/tests/api/users/users-verification.ts index e05acdd72..1a9a519a0 100644 --- a/server/tests/api/users/users-verification.ts +++ b/server/tests/api/users/users-verification.ts @@ -104,6 +104,8 @@ describe('Test users account verification', function () { }) it('Should be able to change the user email', async function () { + this.timeout(10000) + let updateVerificationString: string { -- cgit v1.2.3