avoid hard-coded values
This commit is contained in:
parent
4397e96cc8
commit
3a6cee4a62
@ -75,7 +75,7 @@ export async function runLibeufinRefundTest(t: GlobalTestState) {
|
|||||||
// Counterpart checks whether the reimbursement shows up.
|
// Counterpart checks whether the reimbursement shows up.
|
||||||
let history = await LibeufinSandboxApi.getAccountTransactions(
|
let history = await LibeufinSandboxApi.getAccountTransactions(
|
||||||
libeufinServices.libeufinSandbox,
|
libeufinServices.libeufinSandbox,
|
||||||
"remote-account-01"
|
user01sandbox.ebicsBankAccount["label"]
|
||||||
);
|
);
|
||||||
|
|
||||||
t.assertTrue(history["payments"].length == 1)
|
t.assertTrue(history["payments"].length == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user