Skip to content

Commit

Permalink
Fix broker node name
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Apr 1, 2020
1 parent df38f55 commit efb0590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/rabbitmq/tools/Host.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ public static String makeCommand()

public static String nodenameA()
{
// return System.getProperty("test-broker.A.nodename");
return "rabbit@acogoluegnes-inspiron";
return System.getProperty("test-broker.A.nodename");
}

public static String node_portA()
Expand Down

0 comments on commit efb0590

Please sign in to comment.