Skip to content

Commit 1091774

Browse files
committed
Backed out hardcoded hostname
1 parent a8d16eb commit 1091774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/BrokerTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void openConnection()
9292
throws IOException
9393
{
9494
if (connection == null) {
95-
connection = connectionFactory.newConnection("10.224.189.229");
95+
connection = connectionFactory.newConnection("localhost");
9696
}
9797
}
9898

0 commit comments

Comments
 (0)