gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: adapt integration tests to ne


From: gnunet
Subject: [taler-wallet-core] branch master updated: adapt integration tests to new exchange configuration
Date: Wed, 04 Aug 2021 12:49:51 +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 ec0ebb09 adapt integration tests to new exchange configuration
ec0ebb09 is described below

commit ec0ebb09e2829a6819c497a683aef9842d7ca25a
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Aug 4 12:49:46 2021 +0200

    adapt integration tests to new exchange configuration
---
 packages/taler-wallet-cli/src/integrationtests/harness.ts | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts 
b/packages/taler-wallet-cli/src/integrationtests/harness.ts
index 95625518..18b06d1d 100644
--- a/packages/taler-wallet-cli/src/integrationtests/harness.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/harness.ts
@@ -968,22 +968,27 @@ export class ExchangeService implements 
ExchangeServiceInterface {
     config.setString(`exchange-account-${localName}`, "enable_credit", "yes");
     config.setString(`exchange-account-${localName}`, "enable_debit", "yes");
     config.setString(
-      `exchange-account-${localName}`,
+      `exchange-accountcredentials-${localName}`,
+      "payto_uri",
+      exchangeBankAccount.accountPaytoUri,
+    );
+    config.setString(
+      `exchange-accountcredentials-${localName}`,
       "wire_gateway_url",
       exchangeBankAccount.wireGatewayApiBaseUrl,
     );
     config.setString(
-      `exchange-account-${localName}`,
+      `exchange-accountcredentials-${localName}`,
       "wire_gateway_auth_method",
       "basic",
     );
     config.setString(
-      `exchange-account-${localName}`,
+      `exchange-accountcredentials-${localName}`,
       "username",
       exchangeBankAccount.accountName,
     );
     config.setString(
-      `exchange-account-${localName}`,
+      `exchange-accountcredentials-${localName}`,
       "password",
       exchangeBankAccount.accountPassword,
     );

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