gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-typescript-core] branch master updated: harness: be more tolerant


From: Admin
Subject: [taler-typescript-core] branch master updated: harness: be more tolerant of error codes in kyc-decisions test
Date: Thu, 05 Jun 2025 00:04:49 +0200

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 3616fa197 harness: be more tolerant of error codes in kyc-decisions 
test
3616fa197 is described below

commit 3616fa1970efdfa103ffa95cb98356729a8ca9c7
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jun 5 00:04:44 2025 +0200

    harness: be more tolerant of error codes in kyc-decisions test
---
 packages/taler-harness/src/integrationtests/test-kyc-decisions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/integrationtests/test-kyc-decisions.ts 
b/packages/taler-harness/src/integrationtests/test-kyc-decisions.ts
index 0ffd4ecbe..3b2e83945 100644
--- a/packages/taler-harness/src/integrationtests/test-kyc-decisions.ts
+++ b/packages/taler-harness/src/integrationtests/test-kyc-decisions.ts
@@ -194,7 +194,7 @@ export async function runKycDecisionsTest(t: 
GlobalTestState) {
 
     console.log(`status: ${checkHttpResp.status}`);
 
-    if (checkHttpResp.status == 409) {
+    if (checkHttpResp.status == 409 || checkHttpResp.status == 404) {
       await waitMs(200);
       continue;
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]