From 696b3aab041353afd74e26c0b9a569d0b1b9e254 Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Fri, 12 Oct 2018 11:46:52 -0400 Subject: Adding API Mapping infrastructure Issue-ID: LOG-391 Change-Id: I30d954bcdf1cf0748bb5249cbf10defb8dbc8ff6 Signed-off-by: Geora Barsky --- src/test/resources/junit/customerData-CustomerIdNotFound.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/test/resources/junit/customerData-CustomerIdNotFound.json (limited to 'src/test/resources/junit/customerData-CustomerIdNotFound.json') diff --git a/src/test/resources/junit/customerData-CustomerIdNotFound.json b/src/test/resources/junit/customerData-CustomerIdNotFound.json new file mode 100644 index 0000000..e2f71c6 --- /dev/null +++ b/src/test/resources/junit/customerData-CustomerIdNotFound.json @@ -0,0 +1,6 @@ +{ + "global-customer-id": "dummy", + "subscriber-name": "dummy", + "subscriber-type": "CUST", + "resource-version": "1526324315029" +} \ No newline at end of file -- cgit 1.2.3-korg