[TEST] Fix exception specification
Caused by a clash between two PRs Original commit: elastic/x-pack-elasticsearch@47910636eb
This commit is contained in:
parent
99def2bd33
commit
caa080ec02
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue