diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-04 09:54:48 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-04 09:54:48 +0100 |
commit | 2dbc170da35c9f88770653cd3114f4c59d482094 (patch) | |
tree | 0befce119e2fe3a750b000cb8b971d12e41550a3 /server/tests | |
parent | afd4ee86ddb97f8d49585fddd318bedcd3ad55b8 (diff) | |
download | PeerTube-2dbc170da35c9f88770653cd3114f4c59d482094.tar.gz PeerTube-2dbc170da35c9f88770653cd3114f4c59d482094.tar.zst PeerTube-2dbc170da35c9f88770653cd3114f4c59d482094.zip |
Add missing audit log if the user deletes its account
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/users/users-verification.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
104 | }) | 104 | }) |
105 | 105 | ||
106 | it('Should be able to change the user email', async function () { | 106 | it('Should be able to change the user email', async function () { |
107 | this.timeout(10000) | ||
108 | |||
107 | let updateVerificationString: string | 109 | let updateVerificationString: string |
108 | 110 | ||
109 | { | 111 | { |