aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/users/users.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts
index b1f214fe2..403d1a089 100644
--- a/server/tests/api/users/users.ts
+++ b/server/tests/api/users/users.ts
@@ -468,10 +468,11 @@ describe('Test users', function () {
468 expect(user.autoPlayVideo).to.be.false 468 expect(user.autoPlayVideo).to.be.false
469 }) 469 })
470 470
471 it('Should be able to change the email display attribute', async function () { 471 it('Should be able to change the email attribute', async function () {
472 await updateMyUser({ 472 await updateMyUser({
473 url: server.url, 473 url: server.url,
474 accessToken: accessTokenUser, 474 accessToken: accessTokenUser,
475 currentPassword: 'new password',
475 email: 'updated@example.com' 476 email: 'updated@example.com'
476 }) 477 })
477 478