[TEST] Fix exception specification

Caused by a clash between two PRs

Original commit: elastic/x-pack-elasticsearch@47910636eb
This commit is contained in:
David Roberts 2017-04-20 10:04:30 +01:00
parent 99def2bd33
commit caa080ec02
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class MlWithSecurityIT extends ESClientYamlSuiteTestCase {
private static final String TEST_ADMIN_PASSWORD = "changeme";
@After
public void clearMlState() throws IOException {
public void clearMlState() throws Exception {
new MlRestTestStateCleaner(logger, adminClient(), this).clearMlMetadata();
}