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 0828928 commit 45c162bCopy full SHA for 45c162b
package.json
@@ -41,7 +41,6 @@
41
"got": "^11.8.3",
42
"http-errors": "^2.0.0",
43
"http-proxy": "^1.18.1",
44
- "make-promises-safe": "^5.1.0",
45
"simple-get": "^4.0.0",
46
"snazzy": "^9.0.0",
47
"socket.io": "^4.4.1",
test/test.js
@@ -382,7 +382,7 @@ async function run () {
382
upstream: `http://localhost:${origin.server.address().port}`,
383
config: { foo: 'bar' },
384
async preHandler (request, reply) {
385
- t.same(reply.context.config, {
+ t.same(request.routeOptions.config, {
386
foo: 'bar',
387
url: '/',
388
method: [
0 commit comments