mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
bugfix/added the dummy value for the accountLastUpdate and accountName in tests
This commit is contained in:
parent
fbab392337
commit
2ded206a6f
@ -63,6 +63,8 @@ trait LocalMappedConnectorTestSetup extends TestConnectorSetupWithStandardPermis
|
||||
.accountCurrency(currency.toUpperCase)
|
||||
.accountBalance(900000000)
|
||||
.holder(randomString(4))
|
||||
.accountLastUpdate(now)
|
||||
.accountName(randomString(4))
|
||||
.accountNumber(randomString(4))
|
||||
.accountLabel(randomString(4))
|
||||
.mAccountRoutingScheme(randomString(4))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user