aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/merchant-backoffice-ui/src/hooks/testing.tsx6
1 files 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">