kishorvpatil commented on a change in pull request #3306:
URL: https://github.com/apache/storm/pull/3306#discussion_r456077835



##########
File path: 
integration-test/src/test/java/org/apache/storm/st/wrapper/StormCluster.java
##########
@@ -108,7 +108,7 @@ public TopologySummary getOneActive() throws TException {
     }
 
     public TopologyInfo getInfo(TopologySummary topologySummary) throws 
TException {
-        return client.getTopologyInfo(topologySummary.get_id());
+        return client.getTopologyInfoByName(topologySummary.get_id());

Review comment:
       fixing.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to