From 8c9b4a24b4841154a2d08f506e2f7beca4f6fc31 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Tue, 23 Nov 2021 15:16:15 +0000 Subject: Add CSIT Tests for Update Operation on Passthrough-running 2/3 Add robot integration test for update scenario in Passthrough-running Modify existing write data test json body to include better examples Issue-ID: CPS-768 Change-Id: Ie769a33a86ec1a8384585484c54598189fdd5124 Signed-off-by: DylanB95EST --- csit/data/bookstoreUpdateExample.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 csit/data/bookstoreUpdateExample.json (limited to 'csit/data/bookstoreUpdateExample.json') diff --git a/csit/data/bookstoreUpdateExample.json b/csit/data/bookstoreUpdateExample.json new file mode 100644 index 000000000..2614b5922 --- /dev/null +++ b/csit/data/bookstoreUpdateExample.json @@ -0,0 +1,8 @@ +{ + "categories": [ + { + "code": "01", + "name": "Updated Sci-Fi Category Name" + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg