From e2e56332e21e28f4fee8436fba64a6a526a43947 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 24 Apr 2023 21:23:22 +0200 Subject: -the --allow-http flag is gone --- packages/taler-harness/src/harness/harness.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/taler-harness/src/harness') diff --git a/packages/taler-harness/src/harness/harness.ts b/packages/taler-harness/src/harness/harness.ts index 0ee0d7960..5c2133064 100644 --- a/packages/taler-harness/src/harness/harness.ts +++ b/packages/taler-harness/src/harness/harness.ts @@ -2311,7 +2311,7 @@ export class WalletCli { const logName = `wallet-${self.name}`; const command = `taler-wallet-cli ${ self.timetravelArg ?? "" - } ${cryptoWorkerArg} --allow-http --no-throttle -LTRACE --skip-defaults --wallet-db '${ + } ${cryptoWorkerArg} --no-throttle -LTRACE --skip-defaults --wallet-db '${ self.dbfile }' api '${op}' ${shellWrap(JSON.stringify(payload))}`; const resp = await sh(self.globalTestState, logName, command); @@ -2365,7 +2365,6 @@ export class WalletCli { `wallet-${this.name}`, "taler-wallet-cli", [ - "--allow-http", "--no-throttle", ...this.timetravelArgArr, "-LTRACE", @@ -2384,7 +2383,6 @@ export class WalletCli { `wallet-${this.name}`, "taler-wallet-cli", [ - "--allow-http", "--no-throttle", "--skip-defaults", "-LTRACE", -- cgit v1.2.3