]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/search/search-activitypub-videos.ts
Introduce socket io command
[github/Chocobozzz/PeerTube.git] / server / tests / api / search / search-activitypub-videos.ts
index 1a5130ce91247bcfb20cb87acebbd9656b70fdbb..7c64552581a1bf066ce8dbb088a2049004bd3e75 100644 (file)
@@ -72,7 +72,7 @@ describe('Test ActivityPub videos search', function () {
 
   it('Should search a local video', async function () {
     const search = 'http://localhost:' + servers[0].port + '/videos/watch/' + videoServer1UUID
-    const body  = await command.searchVideos({ search })
+    const body = await command.searchVideos({ search })
 
     expect(body.total).to.equal(1)
     expect(body.data).to.be.an('array')