commit 541826acf93283b2054414b438f733484807ebf1
parent ea595b3c36698141f420701348f5acc14d9e94fd
Author: Florian Dold <florian@dold.me>
Date: Fri, 8 May 2026 16:45:17 +0200
harness: fix order of challanges in merchant-self-provision-activation-two-bank-account
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/packages/taler-harness/src/integrationtests/test-merchant-self-provision-activation-two-bank-account.ts b/packages/taler-harness/src/integrationtests/test-merchant-self-provision-activation-two-bank-account.ts
@@ -118,16 +118,16 @@ export async function runMerchantSelfProvisionActivationTwoBankAccountsTest(
t,
merchantClient,
firstChallenge.challenge_id,
- instanceInfo.phone_number,
- mfaConfig.sms.path,
+ instanceInfo.email,
+ mfaConfig.email.path,
);
await doChallenge(
t,
merchantClient,
secondChallenge.challenge_id,
- instanceInfo.email,
- mfaConfig.email.path,
+ instanceInfo.phone_number,
+ mfaConfig.sms.path,
);
const completeSignup = await merchantClient.createInstanceSelfProvision(