Bump engine to version 1.5.0
[policy/engine.git] / BRMSGateway / src / test / java / org / onap / policy / brms / api / BrmsPushTest.java
index 2c76a2e..4141a8b 100644 (file)
@@ -2,14 +2,14 @@
  * ============LICENSE_START=======================================================
  * ONAP Policy Engine
  * ================================================================================
- * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2018-2019 AT&T Intellectual Property. 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.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -108,7 +108,7 @@ public class BrmsPushTest {
         // Test misc methods
         final String controllerName = "testController";
         final List<Dependency> deps = push.defaultDependencies(controllerName);
-        assertEquals(deps.size(), 7);
+        assertEquals(deps.size(), 6);
         assertNotNull(BrmsPush.getBackUpMonitor());
         assertEquals(push.urlListSize(), 1);