Support for transient policies not recreated at synchronization
[nonrtric.git] / policy-agent / src / test / java / org / oransc / policyagent / clients / A1ClientHelper.java
index 79c8b11..722fea7 100644 (file)
@@ -63,6 +63,7 @@ public class A1ClientHelper {
             .ric(createRic(nearRtRicUrl)) //
             .type(createPolicyType(type)) //
             .lastModified("now") //
+            .isTransient(false) //
             .build();
     }