Skip to content

Commit

Permalink
Make the host really unavailable
Browse files Browse the repository at this point in the history
It looks like that the current host actually could be resolved.
  • Loading branch information
arteam committed Jun 28, 2017
1 parent e2238aa commit d816167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void sanitizesValues() throws Exception {

@Test
public void notifiesIfGraphiteIsUnavailable() throws Exception {
final String unavailableHost = "unknown-host-10el6m7yg56ge7dm.com";
final String unavailableHost = "unknown-host-10el6m7yg56ge7dmcom";
InetSocketAddress unavailableAddress = new InetSocketAddress(unavailableHost, 1234);
Graphite unavailableGraphite = new Graphite(unavailableAddress, socketFactory);

Expand Down

0 comments on commit d816167

Please sign in to comment.