]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/email.ts
Handle email update on server
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / email.ts
index 5929a3adbe6fc004f6d4da0420abb6e356d0a927..7b7acfd12a161f31b71590dccd64ccc45dfb2880 100644 (file)
@@ -250,7 +250,7 @@ describe('Test emails', function () {
     })
 
     it('Should not verify the email with an invalid verification string', async function () {
-      await verifyEmail(server.url, userId, verificationString + 'b', 403)
+      await verifyEmail(server.url, userId, verificationString + 'b', false, 403)
     })
 
     it('Should verify the email', async function () {