diff --git a/types/h2o2/h2o2-tests.ts b/types/h2o2/h2o2-tests.ts index 9da2899258..9cda55152d 100644 --- a/types/h2o2/h2o2-tests.ts +++ b/types/h2o2/h2o2-tests.ts @@ -133,8 +133,7 @@ const badProtocolDemo: hapi.ServerRoute = { handler: { proxy: { host: '10.33.33.1', - port: '443', - BAD_protocol: 'https' // TODO change typings to fix this / submit bug report + port: '443' // port: null // detected as incompatible } }