avoid hard-coded values

This commit is contained in:
ms 2021-05-06 14:41:29 +02:00
parent 4397e96cc8
commit 3a6cee4a62
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -75,7 +75,7 @@ export async function runLibeufinRefundTest(t: GlobalTestState) {
// Counterpart checks whether the reimbursement shows up.
let history = await LibeufinSandboxApi.getAccountTransactions(
libeufinServices.libeufinSandbox,
"remote-account-01"
user01sandbox.ebicsBankAccount["label"]
);
t.assertTrue(history["payments"].length == 1)