diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-19 14:59:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-19 15:05:32 +0200 |
commit | d1c64fd970fc236b9ba01ac944659051e9e04a99 (patch) | |
tree | 2ee2b40bf1e140b1eec71bfa8f97a4c76399abf9 /server/tests/api/notifications/comments-notifications.ts | |
parent | 26818a73ba0d7fd53ca69eba0c8e525f3670b5a8 (diff) | |
download | PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.gz PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.zst PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.zip |
Fix missing wait jobs
Diffstat (limited to 'server/tests/api/notifications/comments-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/comments-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/comments-notifications.ts b/server/tests/api/notifications/comments-notifications.ts index 65007193a..0a4bfc5e4 100644 --- a/server/tests/api/notifications/comments-notifications.ts +++ b/server/tests/api/notifications/comments-notifications.ts | |||
@@ -170,7 +170,7 @@ describe('Test comments notifications', function () { | |||
170 | let baseParams: CheckerBaseParams | 170 | let baseParams: CheckerBaseParams |
171 | const byAccountDisplayName = 'super root name' | 171 | const byAccountDisplayName = 'super root name' |
172 | 172 | ||
173 | before(async () => { | 173 | before(async function () { |
174 | baseParams = { | 174 | baseParams = { |
175 | server: servers[0], | 175 | server: servers[0], |
176 | emails, | 176 | emails, |