-the --allow-http flag is gone

This commit is contained in:
Florian Dold 2023-04-24 21:23:22 +02:00
parent 0dc482c2de
commit e2e56332e2
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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",