diff options
Diffstat (limited to 'server/tests/plugins/plugin-helpers.ts')
-rw-r--r-- | server/tests/plugins/plugin-helpers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts index 167429ef4..5e8d08dff 100644 --- a/server/tests/plugins/plugin-helpers.ts +++ b/server/tests/plugins/plugin-helpers.ts | |||
@@ -301,7 +301,7 @@ describe('Test plugin helpers', function () { | |||
301 | // Should not throw -> video exists | 301 | // Should not throw -> video exists |
302 | const video = await servers[0].videos.get({ id: videoUUID }) | 302 | const video = await servers[0].videos.get({ id: videoUUID }) |
303 | // Should delete the video | 303 | // Should delete the video |
304 | await servers[0].videos.view({ id: videoUUID }) | 304 | await servers[0].views.simulateView({ id: videoUUID }) |
305 | 305 | ||
306 | await servers[0].servers.waitUntilLog('Video deleted by plugin four.') | 306 | await servers[0].servers.waitUntilLog('Video deleted by plugin four.') |
307 | 307 | ||