mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
Merge pull request #2145 from hongwei1/develop
tests/fixed the failed tests
This commit is contained in:
commit
bc3a48bf91
@ -652,7 +652,7 @@ object ExampleValue {
|
||||
lazy val executionDateExample = ConnectorField("2020-01-27",NoDescriptionProvided)
|
||||
glossaryItems += makeGlossaryItem("execution_date", executionDateExample)
|
||||
|
||||
lazy val technologyExample = ConnectorField(NoExampleProvided,NoDescriptionProvided)
|
||||
lazy val technologyExample = ConnectorField("technology1",NoDescriptionProvided)
|
||||
glossaryItems += makeGlossaryItem("technology", technologyExample)
|
||||
|
||||
lazy val connectorNameExample = ConnectorField(NoExampleProvided,NoDescriptionProvided)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user