From 0706bfa80d6f3bd605f1f626de9d610560a9868c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 26 Feb 2025 12:58:35 +0100 Subject: [PATCH] remove the only in test Signed-off-by: Matteo Collina --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index e556609..c519ff5 100644 --- a/test/test.js +++ b/test/test.js @@ -900,7 +900,7 @@ async function run () { t.assert.strictEqual(resultFooRoute.body, 'Hello World (foo) - lang = en') }) - test('keep the query params on proxy', { only: true }, async t => { + test('keep the query params on proxy', async t => { const proxyServer = Fastify() proxyServer.register(proxy, {