We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7beab2 commit 9207ee9Copy full SHA for 9207ee9
src/integrationTest/java/org/opensearch/security/grpc/GrpcClientAuthOptionalTests.java
@@ -14,13 +14,10 @@
14
import org.junit.ClassRule;
15
import org.junit.Test;
16
import org.junit.runner.RunWith;
17
-import org.opensearch.protobufs.BulkResponse;
18
-import org.opensearch.protobufs.SearchResponse;
19
import org.opensearch.test.framework.cluster.LocalCluster;
20
21
import java.io.IOException;
22
23
-import static org.hamcrest.MatcherAssert.assertThat;
24
import static org.junit.Assert.assertEquals;
25
import static org.junit.Assert.assertThrows;
26
import static org.opensearch.security.grpc.GrpcClientAuthNoneTests.assertBulkAndSearchTestIndex;
0 commit comments