[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: -dce
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: -dce |
Date: |
Sun, 23 Feb 2025 14:42:25 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new 08dbbb053 -dce
08dbbb053 is described below
commit 08dbbb053dae1359fd3e16a6fc6c1f3460c6c307
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Feb 23 14:42:24 2025 +0100
-dce
---
.../taler-harness/src/integrationtests/test-deposit-fault.ts | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/packages/taler-harness/src/integrationtests/test-deposit-fault.ts
b/packages/taler-harness/src/integrationtests/test-deposit-fault.ts
index 09fc274be..7923096a8 100644
--- a/packages/taler-harness/src/integrationtests/test-deposit-fault.ts
+++ b/packages/taler-harness/src/integrationtests/test-deposit-fault.ts
@@ -143,10 +143,8 @@ export async function runDepositFaultTest(t:
GlobalTestState) {
await wres.withdrawalFinishedCond;
const caughtDeposit = openPromise<any>();
- const caughtRefresh = openPromise<any>();
let allowDeposit = false;
- let allowRefresh = false;
faultyExchange.faultProxy.addFault({
async modifyRequest(ctx: FaultInjectionRequestContext) {
@@ -158,14 +156,6 @@ export async function runDepositFaultTest(t:
GlobalTestState) {
const td = new TextDecoder();
caughtDeposit.resolve(JSON.parse(td.decode(ctx.requestBody)));
}
- // if (ctx.requestUrl.includes("/melt/")) {
- // if (allowRefresh) {
- // return;
- // }
- // ctx.dropRequest = true;
- // const td = new TextDecoder();
- // caughtRefresh.resolve(JSON.parse(td.decode(ctx.requestBody)));
- // }
},
async modifyResponse(ctx: FaultInjectionResponseContext) {},
});
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.