gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (a4155456 -> d725d823)


From: gnunet
Subject: [taler-wallet-core] branch master updated (a4155456 -> d725d823)
Date: Thu, 29 Jul 2021 09:07:39 +0200

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

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

    from a4155456 Instances test auth.
     new 96640c57 test harness: resetting merchant tables before starting it
     new d725d823 remove incorrect comment

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/taler-wallet-cli/src/integrationtests/harness.ts           | 2 +-
 .../src/integrationtests/test-merchant-instances.ts                 | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts 
b/packages/taler-wallet-cli/src/integrationtests/harness.ts
index f5ce0f1a..740fcffa 100644
--- a/packages/taler-wallet-cli/src/integrationtests/harness.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/harness.ts
@@ -1442,7 +1442,7 @@ export class MerchantService implements 
MerchantServiceInterface {
   }
 
   async start(): Promise<void> {
-    await exec(`taler-merchant-dbinit -c "${this.configFilename}"`);
+    await exec(`taler-merchant-dbinit -r -c "${this.configFilename}"`);
 
     this.proc = this.globalState.spawnService(
       "taler-merchant-httpd",
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 2aaeaad7..73d4a022 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts
@@ -65,16 +65,10 @@ 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]