gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: add one more test URL


From: gnunet
Subject: [taler-wallet-core] branch master updated: add one more test URL
Date: Tue, 02 Mar 2021 21:59:05 +0100

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 186a3825 add one more test URL
186a3825 is described below

commit 186a38250ff4a11f88c8956db4da574f08e741dc
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 2 21:58:59 2021 +0100

    add one more test URL
---
 .../src/integrationtests/test-merchant-instances-urls.ts            | 6 ++++++
 1 file changed, 6 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 cbf1f03f..009ea254 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
@@ -126,6 +126,12 @@ export async function runMerchantInstancesUrlsTest(t: 
GlobalTestState) {
     404,
   );
 
+  await check(
+    `${defaultBaseUrl}instances/default/private/instances`,
+    "foo",
+    200,
+  );
+
   await check(`${defaultBaseUrl}config`, "foo", 200);
   await check(`${defaultBaseUrl}instances/default/config`, "foo", 200);
   await check(`${defaultBaseUrl}instances/myinst/config`, "foo", 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]