Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Feb 22, 2017
1 parent 6866d4b commit fe53d07
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public void test() throws InvalidConfigurationException {
int proxyPort = proxy.start().getPort();

System.out.println("Pinging...");
System.out.println(IOUtils.toString(URI.create("http://localhost:" + proxyPort)));
System.out.println(IOUtils.toString(URI.create("http://localhost:" + proxyPort)));
System.out.println(IOUtils.toString(URI.create("http://localhost:" + proxyPort)));
System.out.println(IOUtils.toString(URI.create("http://localhost:" + proxyPort + "/v1.25/_ping")));
System.out.println(IOUtils.toString(URI.create("http://localhost:" + proxyPort + "/v1.25/_ping")));
System.out.println(IOUtils.toString(URI.create("http://localhost:" + proxyPort + "/v1.25/_ping")));

config = tryConfiguration("tcp://localhost:" + proxyPort);

Expand Down

0 comments on commit fe53d07

Please sign in to comment.