aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/harness
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-24 21:23:22 +0200
committerFlorian Dold <florian@dold.me>2023-04-24 21:23:22 +0200
commite2e56332e21e28f4fee8436fba64a6a526a43947 (patch)
treeb0cd23e7f576b81efe299cc6ac51e798b83f8316 /packages/taler-harness/src/harness
parent0dc482c2ded986425108366de9ff7d95b3ca907e (diff)
downloadwallet-core-e2e56332e21e28f4fee8436fba64a6a526a43947.tar.xz
-the --allow-http flag is gone
Diffstat (limited to 'packages/taler-harness/src/harness')
-rw-r--r--packages/taler-harness/src/harness/harness.ts4
1 files changed, 1 insertions, 3 deletions
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",