mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
[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";
|
private static final String TEST_ADMIN_PASSWORD = "changeme";
|
||||||
|
|
||||||
@After
|
@After
|
||||||
public void clearMlState() throws IOException {
|
public void clearMlState() throws Exception {
|
||||||
new MlRestTestStateCleaner(logger, adminClient(), this).clearMlMetadata();
|
new MlRestTestStateCleaner(logger, adminClient(), this).clearMlMetadata();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user