diff options
author | Arpit Singh <as00745003@techmahindra.com> | 2023-07-27 14:48:30 +0530 |
---|---|---|
committer | Arpit Singh <as00745003@techmahindra.com> | 2023-07-27 15:25:59 +0530 |
commit | 61f5e14c5cdebe659dfae0c7143a07d6f81cb06c (patch) | |
tree | a3c7d0f9b0b82c7bf295436ba9d3cd3242ea09c0 /cps-service/src/test/resources/bookstore.json | |
parent | f1a506a235abe624704cfdd17aadbfe1760c4c04 (diff) |
Fix: Make bookstore data consistent
- Removed list named invoice from all bookstore files
- Added a new parent list as bookstore-address
- Refactored tests
Issue-ID: CPS-1813
Signed-off-by: Arpit Singh <as00745003@techmahindra.com>
Change-Id: I5c7e83e1ee0ad9ac1d94d1906c2361c7a00d49af
Diffstat (limited to 'cps-service/src/test/resources/bookstore.json')
-rw-r--r-- | cps-service/src/test/resources/bookstore.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cps-service/src/test/resources/bookstore.json b/cps-service/src/test/resources/bookstore.json index 4b8ed3dab1..c5fd0fffdc 100644 --- a/cps-service/src/test/resources/bookstore.json +++ b/cps-service/src/test/resources/bookstore.json @@ -1,10 +1,9 @@ { - "multiple-data-tree:invoice": [ + "bookstore-address": [ { - "ProductID": "1", - "ProductName": "Apple", - "price": "100", - "stock": false + "bookstore-name": "Easons", + "address": "Dublin,Ireland", + "postal-code": "D02HA21" } ], "test:bookstore":{ |