We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df38f55 commit efb0590Copy full SHA for efb0590
src/test/java/com/rabbitmq/tools/Host.java
@@ -173,8 +173,7 @@ public static String makeCommand()
173
174
public static String nodenameA()
175
{
176
-// return System.getProperty("test-broker.A.nodename");
177
- return "rabbit@acogoluegnes-inspiron";
+ return System.getProperty("test-broker.A.nodename");
178
}
179
180
public static String node_portA()
0 commit comments