Fix the ssl config
[clamp.git] / src / test / java / org / onap / clamp / clds / util / JsonUtilsTest.java
index 926ed66..bc2ec21 100644 (file)
@@ -72,6 +72,6 @@ public class JsonUtilsTest {
 
     @Test(expected = IllegalArgumentException.class)
     public void shouldThrowExceptionFileNotExists() throws IOException {
-        ResourceFileUtil.getResourceAsString("example/notExist.json");
+        ResourceFileUtils.getResourceAsString("example/notExist.json");
     }
 }