aboutsummaryrefslogtreecommitdiff
path: root/packages/auditor-backoffice-ui
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-04-05 13:04:03 -0300
committerSebastian <sebasjm@gmail.com>2024-04-05 13:04:03 -0300
commit90d799ef4d68f9287ce88d00f74dcb5dba99b021 (patch)
tree22d33b1a7ffea07e59c5b87858c448d8b7b21c93 /packages/auditor-backoffice-ui
parent4759ceae7014771a8a23df4800b0fbd016870621 (diff)
downloadwallet-core-90d799ef4d68f9287ce88d00f74dcb5dba99b021.tar.xz
fix broken build
Diffstat (limited to 'packages/auditor-backoffice-ui')
-rw-r--r--packages/auditor-backoffice-ui/src/hooks/testing.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/auditor-backoffice-ui/src/hooks/testing.tsx b/packages/auditor-backoffice-ui/src/hooks/testing.tsx
index a0ba59b2e..7955f832a 100644
--- a/packages/auditor-backoffice-ui/src/hooks/testing.tsx
+++ b/packages/auditor-backoffice-ui/src/hooks/testing.tsx
@@ -145,7 +145,7 @@ export class ApiMockEnvironment extends MockEnvironment {
}
const bankCore = new TalerCoreBankHttpClient("http://localhost", mockHttpClient)
const bankIntegration = new TalerBankIntegrationHttpClient(bankCore.getIntegrationAPI().href, mockHttpClient)
- const bankRevenue = new TalerRevenueHttpClient(bankCore.getRevenueAPI("a").href, "a", mockHttpClient)
+ const bankRevenue = new TalerRevenueHttpClient(bankCore.getRevenueAPI("a").href, mockHttpClient)
const bankWire = new TalerWireGatewayHttpClient(bankCore.getWireGatewayAPI("b").href, "b", mockHttpClient)
return (