Skip to content

Commit 854a98e

Browse files
authored
remove the only in test (#410)
Signed-off-by: Matteo Collina <[email protected]>
1 parent 1b9b9be commit 854a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ async function run () {
900900
t.assert.strictEqual(resultFooRoute.body, 'Hello World (foo) - lang = en')
901901
})
902902

903-
test('keep the query params on proxy', { only: true }, async t => {
903+
test('keep the query params on proxy', async t => {
904904
const proxyServer = Fastify()
905905

906906
proxyServer.register(proxy, {

0 commit comments

Comments
 (0)