From 443f9bc246f57641397ae496eff3b61d45644950 Mon Sep 17 00:00:00 2001 From: Sugat Bajracharya Date: Mon, 28 Oct 2024 15:49:54 +0545 Subject: [PATCH] remove only from test --- tests/integration/api/routing.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/api/routing.spec.js b/tests/integration/api/routing.spec.js index b4ead2317c..4191f74268 100644 --- a/tests/integration/api/routing.spec.js +++ b/tests/integration/api/routing.spec.js @@ -370,7 +370,7 @@ describe('routing', () => { }); }); - it.only('restricts _explain', () => { + it('restricts _explain', () => { const request = { method: 'POST', body: { selector: { type: 'person' }, limit: 1 },