gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix test condition


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix test condition
Date: Mon, 24 Aug 2020 16:32:03 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new bebb3d7a fix test condition
bebb3d7a is described below

commit bebb3d7a9bdf0192515b69b8216f48911c67ea1a
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 24 20:01:59 2020 +0530

    fix test condition
---
 packages/taler-integrationtests/src/test-merchant-refund-api.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/taler-integrationtests/src/test-merchant-refund-api.ts 
b/packages/taler-integrationtests/src/test-merchant-refund-api.ts
index 92d635b2..af7000c9 100644
--- a/packages/taler-integrationtests/src/test-merchant-refund-api.ts
+++ b/packages/taler-integrationtests/src/test-merchant-refund-api.ts
@@ -248,9 +248,7 @@ async function testRefundApiWithFulfillmentMessage(
   });
   console.log(publicOrderStatusResp.data);
   // We didn't give any authentication, so we should get a fulfillment URL back
-  t.assertTrue(publicOrderStatusResp.status === 202);
-  const fu = publicOrderStatusResp.data.fulfillment_message;
-  t.assertTrue(typeof fu === "string" && fu.startsWith("Thank you"));
+  t.assertTrue(publicOrderStatusResp.status === 403);
 }
 
 /**

-- 
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]