aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/user-notifications.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/users/user-notifications.ts')
-rw-r--r--server/tests/api/users/user-notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users/user-notifications.ts b/server/tests/api/users/user-notifications.ts
index 317f68176..69e51677e 100644
--- a/server/tests/api/users/user-notifications.ts
+++ b/server/tests/api/users/user-notifications.ts
@@ -79,7 +79,7 @@ async function uploadVideoByLocalAccount (servers: ServerInfo[], additionalParam
79 return { uuid: res.body.video.uuid, name } 79 return { uuid: res.body.video.uuid, name }
80} 80}
81 81
82describe.only('Test users notifications', function () { 82describe('Test users notifications', function () {
83 let servers: ServerInfo[] = [] 83 let servers: ServerInfo[] = []
84 let userAccessToken: string 84 let userAccessToken: string
85 let userNotifications: UserNotification[] = [] 85 let userNotifications: UserNotification[] = []