diff options
Diffstat (limited to 'server/tests/api/users/users.ts')
-rw-r--r-- | server/tests/api/users/users.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index c23b58089..ac167d4f9 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts | |||
@@ -359,8 +359,7 @@ describe('Test users', function () { | |||
359 | const res = await getMyUserInformation(server.url, accessTokenUser) | 359 | const res = await getMyUserInformation(server.url, accessTokenUser) |
360 | const user = res.body | 360 | const user = res.body |
361 | 361 | ||
362 | const test = await testImage(server.url, 'avatar-resized', user.account.avatar.path, '.png') | 362 | await testImage(server.url, 'avatar-resized', user.account.avatar.path, '.png') |
363 | expect(test).to.equal(true) | ||
364 | }) | 363 | }) |
365 | 364 | ||
366 | it('Should be able to update another user', async function () { | 365 | it('Should be able to update another user', async function () { |