[TEST] Remove current locale log line from ShieldRestTests
Original commit: elastic/x-pack-elasticsearch@b26badd740
This commit is contained in:
parent
e8a17d9ccd
commit
4a7731099b
|
@ -23,7 +23,6 @@ import org.junit.BeforeClass;
|
|||
import org.junit.Test;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Locale;
|
||||
|
||||
import static org.elasticsearch.shield.authc.support.UsernamePasswordToken.basicAuthHeaderValue;
|
||||
|
||||
|
@ -67,7 +66,6 @@ public class ShieldRestTests extends ShieldIntegrationTest {
|
|||
|
||||
@Test
|
||||
public void test() throws IOException {
|
||||
logger.info("current default locale is [{}]", Locale.getDefault());
|
||||
delegate.test();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue