Skip to content

Commit ec6f0e9

Browse files
committed
Fix broker node name
1 parent bc204c3 commit ec6f0e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/rabbitmq/tools/Host.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ public static String makeCommand()
173173

174174
public static String nodenameA()
175175
{
176-
// return System.getProperty("test-broker.A.nodename");
177-
return "rabbit@acogoluegnes-inspiron";
176+
return System.getProperty("test-broker.A.nodename");
178177
}
179178

180179
public static String node_portA()

0 commit comments

Comments
 (0)