Fix for HAS to run its CSIT
[music.git] / src / main / java / org / onap / music / rest / RestMusicQAPI.java
index 9a4f6c6..39233dc 100755 (executable)
@@ -253,6 +253,6 @@ public class RestMusicQAPI {
                @ApiParam(value="Key Space",required=true) @PathParam("keyspace") String keyspace, 
                @ApiParam(value="Table Name",required=true) @PathParam("tablename") String tablename,
                @Context HttpServletResponse response) throws Exception{ 
-               return new RestMusicDataAPI().dropTable(version,minorVersion,patchVersion,aid, ns, userId, password, tabObj, keyspace, tablename,response);
+               return new RestMusicDataAPI().dropTable(version,minorVersion,patchVersion,aid, ns, userId, password, keyspace, tablename,response);
        }
 }