mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
test/fixed the failed tests
This commit is contained in:
parent
f9326cfd69
commit
4679551a91
@ -1520,7 +1520,7 @@ object ExampleValue {
|
||||
lazy val networksExample = ConnectorField(NoExampleProvided,NoDescriptionProvided)
|
||||
glossaryItems += makeGlossaryItem("networks", networksExample)
|
||||
|
||||
lazy val allowsExample = ConnectorField(List(CardAction.CREDIT.toString.toLowerCase,CardAction.DEBIT.toString.toLowerCase,CardAction.CASH_WITHDRAWAL.toString.toLowerCase).toString(), "The actions of the card.")
|
||||
lazy val allowsExample = ConnectorField(List(CardAction.CREDIT.toString.toLowerCase,CardAction.DEBIT.toString.toLowerCase,CardAction.CASH_WITHDRAWAL.toString.toLowerCase).mkString("[",",","]"), "The actions of the card.")
|
||||
glossaryItems += makeGlossaryItem("allows", allowsExample)
|
||||
|
||||
lazy val `data.bankIdExample` = ConnectorField(NoExampleProvided,NoDescriptionProvided)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user