mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
[TEST] remove unused method
This commit is contained in:
parent
f2318ed5ae
commit
56e689e1b3
@ -340,11 +340,6 @@ public abstract class ESRestTestCase extends ESTestCase {
|
|||||||
return restClientSettings(); // default to the same client settings
|
return restClientSettings(); // default to the same client settings
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns the addresses the client uses to connect to the test cluster. */
|
|
||||||
protected URL[] getClusterUrls() {
|
|
||||||
return clusterUrls;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void reset() throws IOException {
|
public void reset() throws IOException {
|
||||||
// admin context must be available for @After always, regardless of whether the test was blacklisted
|
// admin context must be available for @After always, regardless of whether the test was blacklisted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user