gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 04/07: add fake url for test


From: gnunet
Subject: [taler-wallet-core] 04/07: add fake url for test
Date: Thu, 09 Nov 2023 14:01:49 +0100

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

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

commit e8c39767e345eca95de0fa07809cbdcaa5a83340
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Nov 9 10:00:35 2023 -0300

    add fake url for test
---
 packages/merchant-backoffice-ui/src/hooks/testing.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/hooks/testing.tsx 
b/packages/merchant-backoffice-ui/src/hooks/testing.tsx
index 386944854..3ea22475b 100644
--- a/packages/merchant-backoffice-ui/src/hooks/testing.tsx
+++ b/packages/merchant-backoffice-ui/src/hooks/testing.tsx
@@ -143,10 +143,10 @@ export class ApiMockEnvironment extends MockEnvironment {
         }
 
       }
-      const bankCore = new TalerCoreBankHttpClient("", mockHttpClient)
+      const bankCore = new TalerCoreBankHttpClient("http://localhost";, 
mockHttpClient)
       const bankIntegration = bankCore.getIntegrationAPI()
-      const bankRevenue = bankCore.getRevenueAPI("")
-      const bankWire = bankCore.getWireGatewayAPI("")
+      const bankRevenue = bankCore.getRevenueAPI("a")
+      const bankWire = bankCore.getWireGatewayAPI("b")
 
       return (
         <BackendContextProvider defaultUrl="http://backend";>

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