gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: Instances test auth.


From: gnunet
Subject: [taler-wallet-core] branch master updated: Instances test auth.
Date: Wed, 28 Jul 2021 14:34:31 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new a4155456 Instances test auth.
a4155456 is described below

commit a415545644834720ec136c0e113479743d929a74
Author: ms <ms@taler.net>
AuthorDate: Wed Jul 28 14:32:17 2021 +0200

    Instances test auth.
    
    Commenting out 401-responded call due to its use
    of the old auth policy of the merchant backend.
---
 .../src/integrationtests/test-merchant-instances.ts                 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts
index 73d4a022..2aaeaad7 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts
@@ -65,10 +65,16 @@ export async function runMerchantInstancesTest(t: 
GlobalTestState) {
   }
 
   // Instances should initially be empty
+  /**
+   * FIXME/NOTE: this call doesn't function with the current
+   * auth-policy.  Upon starting up the first time, the merchant
+   * locks ANY call UNLESS a particular env variable is defined
+   * and calls authenticate with it.
   {
     const r = await axios.get(new URL("private/instances", baseUrl).href);
     t.assertDeepEqual(r.data.instances, []);
   }
+  */
 
   // Add an instance, no auth!
   await merchant.addInstance({

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