diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/users/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index 1419ae820..318ff832a 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts | |||
@@ -290,7 +290,7 @@ describe('Test users', function () { | |||
290 | expect(user.account.description).to.be.null | 290 | expect(user.account.description).to.be.null |
291 | } | 291 | } |
292 | 292 | ||
293 | expect(userMe.adminFlags).to.be.undefined | 293 | expect(userMe.adminFlags).to.equal(UserAdminFlag.BYPASS_VIDEO_AUTO_BLACKLIST) |
294 | expect(userGet.adminFlags).to.equal(UserAdminFlag.BYPASS_VIDEO_AUTO_BLACKLIST) | 294 | expect(userGet.adminFlags).to.equal(UserAdminFlag.BYPASS_VIDEO_AUTO_BLACKLIST) |
295 | 295 | ||
296 | expect(userMe.specialPlaylists).to.have.lengthOf(1) | 296 | expect(userMe.specialPlaylists).to.have.lengthOf(1) |