From fc36abb77bd10328cc980d79440ff556e7a9d833 Mon Sep 17 00:00:00 2001 From: timonrieger Date: Sun, 26 Jul 2026 17:16:26 +0200 Subject: [PATCH] fmt --- server/src/controllers/search.controller.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/controllers/search.controller.spec.ts b/server/src/controllers/search.controller.spec.ts index 26d4d7e8eb..701ca22633 100644 --- a/server/src/controllers/search.controller.spec.ts +++ b/server/src/controllers/search.controller.spec.ts @@ -130,7 +130,6 @@ describe(SearchController.name, () => { ); }); - it('should reject an unknown key in the filter', async () => { const { status, body } = await request(ctx.getHttpServer()) .post('/search/metadata')