Fix policy status issue
[clamp.git] / src / main / java / org / onap / clamp / loop / components / external / PolicyComponent.java
index 9321423..13ccea5 100644 (file)
@@ -62,7 +62,7 @@ public class PolicyComponent extends ExternalComponent {
          * on by one, each time we increase the level we can't decrease it anymore.
          * That's why it starts with the lowest one SENT_AND_DEPLOYED.
          */
-        super(SENT_AND_DEPLOYED);
+        super(NOT_SENT);
     }
 
     @Override