Switched from Dropwizard to Springboot
[holmes/common.git] / holmes-actions / src / test / java / org / onap / holmes / common / utils / CorrelationRuleMapperTest.java
index c18c828..9ea92ca 100644 (file)
@@ -49,7 +49,7 @@ public class CorrelationRuleMapperTest {
         expect(resultSet.getString("ctrlloop")).andReturn("");
         expect(resultSet.getString("engineinstance")).andReturn("");
         PowerMock.replay(resultSet);
-        mapper.map(0, resultSet, null);
+        mapper.map(resultSet, null);
         PowerMock.verify(resultSet);
     }
 }
\ No newline at end of file