We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9b9be commit 854a98eCopy full SHA for 854a98e
test/test.js
@@ -900,7 +900,7 @@ async function run () {
900
t.assert.strictEqual(resultFooRoute.body, 'Hello World (foo) - lang = en')
901
})
902
903
- test('keep the query params on proxy', { only: true }, async t => {
+ test('keep the query params on proxy', async t => {
904
const proxyServer = Fastify()
905
906
proxyServer.register(proxy, {
0 commit comments