fix naming Tests -> IT since it's an integ test
This commit is contained in:
parent
0ddbfb25a6
commit
1e37e0f921
|
@ -79,7 +79,7 @@ import static org.hamcrest.Matchers.hasSize;
|
|||
import static org.hamcrest.Matchers.is;
|
||||
|
||||
@ClusterScope(scope = SUITE)
|
||||
public class ContextAndHeaderTransportTests extends ESIntegTestCase {
|
||||
public class ContextAndHeaderTransportIT extends ESIntegTestCase {
|
||||
private static final List<RequestAndHeaders> requests = new CopyOnWriteArrayList<>();
|
||||
private String randomHeaderKey = randomAsciiOfLength(10);
|
||||
private String randomHeaderValue = randomAsciiOfLength(20);
|
Loading…
Reference in New Issue