aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorJosh Morel <morel.josh@hotmail.com>2019-02-07 05:48:17 -0500
committerChocobozzz <chocobozzz@cpy.re>2019-02-07 14:49:28 +0100
commit6c32d302126f455779f5593192775b86833f1f33 (patch)
treea7a45c6647fee49f61f597fa8baa4ee83e164bd1 /server
parentf7effe8dc7c641388f7edbcaad716fc16321d794 (diff)
downloadPeerTube-6c32d302126f455779f5593192775b86833f1f33.tar.gz
PeerTube-6c32d302126f455779f5593192775b86833f1f33.tar.zst
PeerTube-6c32d302126f455779f5593192775b86833f1f33.zip
remove .only from notifications tests
Diffstat (limited to 'server')
-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[] = []