Skip to content

Commit

Permalink
feat(bridge-tests): Tests for syncing new legal entities, site & addr…
Browse files Browse the repository at this point in the history
…esses eclipse-tractusx#210

- rename officialDenotation to description after rebase
  • Loading branch information
rainer-exxcellent committed Jul 27, 2023
1 parent fce9afc commit e444404
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ object GateRequestValues {
val name1 = NameDto(value = CommonValues.name1, shortName = CommonValues.shortName1)

val leBusinessStatus1 = LegalEntityStateDto(
officialDenotation = CommonValues.businessStatusOfficialDenotation1,
description = CommonValues.businessStatusOfficialDenotation1,
validFrom = CommonValues.businessStatusValidFrom1,
validTo = CommonValues.businessStatusValidUntil1,
type = CommonValues.businessStateType1
)

val leBusinessStatus2 = LegalEntityStateDto(
officialDenotation = CommonValues.businessStatusOfficialDenotation2,
description = CommonValues.businessStatusOfficialDenotation2,
validFrom = CommonValues.businessStatusValidFrom2,
validTo = CommonValues.businessStatusValidUntil2,
type = CommonValues.businessStateType2
Expand Down

0 comments on commit e444404

Please sign in to comment.