fix naming Tests -> IT since it's an integ test

This commit is contained in:
Simon Willnauer 2016-01-20 09:50:08 +01:00
parent 0ddbfb25a6
commit 1e37e0f921
1 changed files with 1 additions and 1 deletions

View File

@ -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);