gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: merchant spec test: adapt to


From: gnunet
Subject: [taler-wallet-core] branch master updated: merchant spec test: adapt to updated spec
Date: Fri, 13 Aug 2021 14:41:28 +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 eb553be8 merchant spec test: adapt to updated spec
eb553be8 is described below

commit eb553be84163946e4ffa5b2a4dfaa2029aebc534
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 13 14:41:25 2021 +0200

    merchant spec test: adapt to updated spec
---
 .../src/integrationtests/test-merchant-spec-public-orders.ts         | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/packages/taler-wallet-cli/src/integrationtests/test-merchant-spec-public-orders.ts
 
b/packages/taler-wallet-cli/src/integrationtests/test-merchant-spec-public-orders.ts
index 6e08d7f6..523f760d 100644
--- 
a/packages/taler-wallet-cli/src/integrationtests/test-merchant-spec-public-orders.ts
+++ 
b/packages/taler-wallet-cli/src/integrationtests/test-merchant-spec-public-orders.ts
@@ -273,10 +273,7 @@ export async function runMerchantSpecPublicOrdersTest(t: 
GlobalTestState) {
     const httpResp = await httpLib.get(url.href, {
       headers: { Accept: "text/html" },
     });
-    t.assertDeepEqual(httpResp.status, 302);
-    const location = httpResp.headers.get("Location");
-    console.log("location header:", location);
-    t.assertDeepEqual(location, "https://example.com/article42";);
+    t.assertDeepEqual(httpResp.status, 200);
   }
 
   const confirmPayRes2 = await wallet.client.call(

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