Show K8S pod statuses queried from CaaS-Ingress
[portal/ric-dashboard.git] / webapp-backend / src / test / java / org / oransc / ric / portal / dashboard / config / A1MediatorMockConfiguration.java
index bf74a91..1e93e22 100644 (file)
@@ -65,7 +65,7 @@ public class A1MediatorMockConfiguration {
                // Define a mock AC policy
                ObjectMapper mapper = new ObjectMapper();
                ObjectNode node = mapper.createObjectNode();
-               // These fields are defined in the ACAdmissionIntervalControl 
+               // These fields are defined in the ACAdmissionIntervalControl
                // Typescript interface, but are otherwise unknown to this backend.
                node.put("enforce", Boolean.TRUE);
                node.put("window_length", 0);