gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: fix integration test


From: gnunet
Subject: [taler-wallet-core] 01/02: fix integration test
Date: Wed, 14 Apr 2021 14:36:50 +0200

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

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

commit 2645fe3f9bef67b8319bab56ca11e55aa586aedf
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 14 14:36:29 2021 +0200

    fix integration test
---
 .../src/integrationtests/test-merchant-instances-urls.ts     | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git 
a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-urls.ts
 
b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-urls.ts
index 1274f8dc..c2f7c517 100644
--- 
a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-urls.ts
+++ 
b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-urls.ts
@@ -153,6 +153,18 @@ export async function runMerchantInstancesUrlsTest(t: 
GlobalTestState) {
   await check(
     `${defaultBaseUrl}instances/myinst/private/orders`,
     tokDefault,
+    401,
+  );
+
+  await check(
+    `${defaultBaseUrl}instances/myinst/private/orders`,
+    tokDefault,
+    401,
+  );
+
+  await check(
+    `${defaultBaseUrl}instances/myinst/private/orders`,
+    "secret-token:i-am-myinst",
     200,
   );
 

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