Fixed proxy test not using proxy.

This commit is contained in:
DebaucheryLibrarian 2026-02-04 21:58:15 +01:00
parent a373a899e3
commit 7a70129b29
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ async function startMemorySample(snapshotTriggers = []) {
async function testProxy() {
if (config.proxy.enable && argv.testProxy) {
const res = await unprint.get(argv.testProxy);
const res = await unprint.get(argv.testProxy, { useProxy: true });
if (!res.ok) {
throw new Error(`Proxy is offline (${res.status})`);