diff options
author | Florian Dold <florian@dold.me> | 2024-09-12 12:47:59 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-09-12 12:47:59 +0200 |
commit | b39164c4a74cc9312c83eda1eb83b11fb1d73159 (patch) | |
tree | ccb2207bb8fc30971174f9ed49b01fedabfbae4c /packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts | |
parent | c1c0603b3a3684c541e22f55e83323a795f134eb (diff) |
harness: new test for KYC auth transfer
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts index a0e97c218..aa107696c 100644 --- a/packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts +++ b/packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts @@ -24,7 +24,7 @@ import { TransactionMinorState, } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; -import { GlobalTestState, generateRandomPayto } from "../harness/harness.js"; +import { GlobalTestState, getTestHarnessPaytoForLabel } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, @@ -83,7 +83,7 @@ export async function runAgeRestrictionsDepositTest(t: GlobalTestState) { WalletApiOperation.CreateDepositGroup, { amount: "TESTKUDOS:10" as AmountString, - depositPaytoUri: generateRandomPayto("foo"), + depositPaytoUri: getTestHarnessPaytoForLabel("foo"), transactionId: depositTxId, }, ); |