Fixing APEX CSIT failure

APEX CSIT was using PAP's Group Deploy operation to deploy policies.
The group deploy operation's request body got invalid due to removal of
a PolicyType.

GroupDeploy operation should be ideally used instead of SimpleDeploy
operation. So, updating the GroupDeploy request body and fixing this.

Change-Id: I75c16ce577ee08b81826e633ad2f990b1693f23f
Issue-ID: POLICY-2227
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
diff --git a/tests/policy/apex-pdp/data/pdp_update.json b/tests/policy/apex-pdp/data/pdp_update.json
index 95dbf13..ee48599 100644
--- a/tests/policy/apex-pdp/data/pdp_update.json
+++ b/tests/policy/apex-pdp/data/pdp_update.json
@@ -57,10 +57,6 @@
                             "version": "1.0.0"
                         },
                         {
-                            "name": "onap.Monitoring",
-                            "version": "1.0.0"
-                        },
-                        {
                             "name": "onap.policies.monitoring.cdap.tca.hi.lo.app",
                             "version": "1.0.0"
                         },
@@ -114,4 +110,4 @@
             ]
         }
     ]
-}
\ No newline at end of file
+}