Merge "Change formatting of API documentation"
[nonrtric.git] / policy-agent / src / test / java / org / oransc / policyagent / MockPolicyAgent.java
index 481a1fe..cdf614c 100644 (file)
@@ -123,6 +123,7 @@ public class MockPolicyAgent {
                     logger.error("Could not load json schema ", e);
                 }
             }
+            policyTypes.put(ImmutablePolicyType.builder().name("").schema("{}").build());
         }
     }
 
@@ -131,11 +132,9 @@ public class MockPolicyAgent {
 
     private void keepServerAlive() throws InterruptedException {
         logger.info("Keeping server alive!");
-
         synchronized (this) {
             this.wait();
         }
-
     }
 
     private static String title(String jsonSchema) {