Forwarded: not-needed
Last-Update: 2023-11-23
Gbp-Pq: Name fix-for-proxy-2.patch
const Pool = require('../lib/pool')
const { createServer } = require('http')
const https = require('https')
-const proxy = require('proxy')
+const proxy = require('proxy').createProxy
test('should throw error when no uri is provided', (t) => {
t.plan(2)
const { test } = require('tap')
const { Client, Pool } = require('..')
const { createServer } = require('http')
-const proxy = require('proxy')
+const proxy = require('proxy').createProxy
test('connect through proxy', async (t) => {
t.plan(3)