]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
remove .only from notifications tests
authorJosh Morel <morel.josh@hotmail.com>
Thu, 7 Feb 2019 10:48:17 +0000 (05:48 -0500)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 7 Feb 2019 13:49:28 +0000 (14:49 +0100)
server/tests/api/users/user-notifications.ts

index 317f681765287cd8ba2c63b2b67ae88037cf2fd5..69e51677e0da89050746740313bc31c90e28a8f4 100644 (file)
@@ -79,7 +79,7 @@ async function uploadVideoByLocalAccount (servers: ServerInfo[], additionalParam
   return { uuid: res.body.video.uuid, name }
 }
 
-describe.only('Test users notifications', function () {
+describe('Test users notifications', function () {
   let servers: ServerInfo[] = []
   let userAccessToken: string
   let userNotifications: UserNotification[] = []