diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-05-23 01:38:25 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2018-05-23 01:38:25 +0000 |
commit | 279b658a17571f6b90380cf7a1960f020a99a7e3 (patch) | |
tree | 976c7795969e3812185e6448be6fcd4d1794494c /robot/assets/templates/aai/add_complex_body.template | |
parent | a55adef23768463180f2dc1a59aac851b8e48dfa (diff) |
Fix incompatible complex data
Change-Id: I180be95ff537fc2f64c51feab9cf463d10586725
Issue-ID: INT-507
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'robot/assets/templates/aai/add_complex_body.template')
-rw-r--r-- | robot/assets/templates/aai/add_complex_body.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/assets/templates/aai/add_complex_body.template b/robot/assets/templates/aai/add_complex_body.template index 136a620b..8ef8927d 100644 --- a/robot/assets/templates/aai/add_complex_body.template +++ b/robot/assets/templates/aai/add_complex_body.template @@ -8,12 +8,12 @@ "street2": "example-street2-val-99210", "city": "example-city-val-27150", "state": "example-state-val-59487", - "postal-code": "example-postal-code-val-68871", + "postal-code": "68871", "country": "example-country-val-94173", "region": "example-region-val-13893", "latitude": "example-latitude-val-89101", - "longitude": "example-longitude-val-66229", - "elevation": "example-elevation-val-30253", + "longitude": "32.89948", + "elevation": "97.045443", "lata": "example-lata-val-46073", "relationship-list": { "relationship": [ |