fastify / fastify-reply-from

fastify plugin to forward the current http request to another server
MIT License
149 stars 76 forks source link

Odd behaviour in unit tests in disable-request-logging.test.js #304

Open Uzlopak opened 1 year ago

Uzlopak commented 1 year ago

Prerequisites

Issue

In #303 I had to patch the unit tests to not use t.plan but rely on t.end.

Locally it was working properly, but in the gh-workflow it was broken.

We should investigate it.