Sonar Fixes: Variable name changes
[aaf/authz.git] / auth / auth-core / src / test / java / org / onap / aaf / auth / rserv / test / JU_TypedCode.java
index 60727b6..83c8a82 100644 (file)
@@ -81,7 +81,7 @@ public class JU_TypedCode {
         HttpCode<?, ?> code = mock(HttpCode.class);
         code.pathParam(null, null);
         code.isAuthorized(null); //Testing httpcode, currently not working
         HttpCode<?, ?> code = mock(HttpCode.class);
         code.pathParam(null, null);
         code.isAuthorized(null); //Testing httpcode, currently not working
-        code.no_cache();
+        code.noCache();
         code.toString();
 
         typedCode.add(code , "");
         code.toString();
 
         typedCode.add(code , "");