HttpClientTests don't override parent tearDown

Original commit: elastic/x-pack-elasticsearch@3cf9f6f352
This commit is contained in:
Boaz Leskes 2016-12-01 13:15:25 +01:00
parent a4cec2316b
commit 9e3ae67423
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class HttpClientTests extends ESTestCase {
}
@After
public void tearDown() throws Exception {
public void shutDown() throws Exception {
webServer.shutdown();
}