Removed db-based statistics feature
[policy/pap.git] / main / src / test / java / org / onap / policy / pap / contract / PapContractTest.java
index f244038..7b9698b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * ============LICENSE_START=======================================================
  * Copyright (C) 2023 Nordix Foundation.
+ * Modifications Copyright (C) 2023 Bell Canada. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -38,15 +39,6 @@ public class PapContractTest extends CommonPapRestServer {
         checkStubJsonGet("components/healthcheck");
     }
 
-    @Test
-    public void testStubsStatistics() throws Exception {
-        checkStubJsonGet("pdps/statistics");
-        checkStubJsonGet("pdps/statistics/group");
-        checkStubJsonGet("pdps/statistics/group/type");
-        checkStubJsonGet("pdps/statistics/group/type/pdp");
-        checkStubJsonGet("statistics");
-    }
-
     @Test
     public void testStubsPolicies() throws Exception {
         checkStubJsonGet("policies/audit");