]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/user-notifications.ts
remove .only from notifications tests
[github/Chocobozzz/PeerTube.git] / 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[] = []