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 34bd799 commit 5ab62ffCopy full SHA for 5ab62ff
src/client/mockttp-admin-request-builder.ts
@@ -370,12 +370,11 @@ export class MockttpAdminRequestBuilder {
370
${this.schema.typeHasField('TlsPassthroughEvent', 'destination')
371
? 'destination { hostname, port }'
372
: `
373
- upstreamHost
+ hostname
374
upstreamPort
375
`
376
}
377
378
- hostname
379
remoteIpAddress
380
remotePort
381
tags
@@ -390,12 +389,11 @@ export class MockttpAdminRequestBuilder {
390
389
391
392
393
394
395
396
397
398
399
400
401
0 commit comments