From 14d37304d8b83efc099ba19d6f3e7d5d53fead29 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Thu, 7 Dec 2023 15:33:09 +0000 Subject: Clean up CSIT Test - Removed gitignore from csit and made it top level - Removed tabs from all files - Created sub-folder for cps-core and ncmp in the data folder - Deleted csit/data/postModuleRequestBody.json, was not used - Removed setting variable for most response.json() calls Issue-Id: CPS-734 Signed-off-by: JvD_Ericsson Change-Id: I32fd5b4f5a0132987a4684c336846b86df7b49e7 --- csit/data/postModuleRequestBody.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 csit/data/postModuleRequestBody.json (limited to 'csit/data/postModuleRequestBody.json') diff --git a/csit/data/postModuleRequestBody.json b/csit/data/postModuleRequestBody.json deleted file mode 100644 index e12af9d916..0000000000 --- a/csit/data/postModuleRequestBody.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "operation": "read", - "data": { - "modules": [ - { - "name": "nc-notifications", - "revision": "2008-07-14" - } - ] - } -} \ No newline at end of file -- cgit 1.2.3-korg