-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DT-1316, DT-1328 and DT-1273 changes #105
Conversation
"address": { | ||
"name": "Port of Rotterdam", | ||
"street": "Europoort Rotterdam", | ||
"postCode": "3198 LK", | ||
"city": "Rotterdam", | ||
"countryCode": "NL" | ||
}, | ||
"geoCoordinate": { | ||
"latitude": "53.551086", | ||
"longitude": "9.993682" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we have this data, it should be a placeholder otherwise it will not match the UNLocationCode.
I recommend we do not have it for exactly that reason.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: It is fine for the "all attributes" message but not for the base API message used in all other tests (Given it was called -regular
I assumed it was for the regular tests)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it doesnt make sense to add all addresses, as they must point exactly to the same location. I will remove them
No description provided.