]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/search/search-command.ts
Fix search tests
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / search / search-command.ts
index b6054f093f456fcf69d37332b83470d9304759aa..7539a21ecae8ab133cf362db37032f8374d98a65 100644 (file)
@@ -90,7 +90,7 @@ export class SearchCommand extends AbstractCommand {
       ...options,
 
       path,
-      query: { sort: '-publishedAt', ...search },
+      query: search,
       implicitToken: false,
       defaultExpectedStatus: HttpStatusCode.OK_200
     })