We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adbb1c commit bef94efCopy full SHA for bef94ef
algoliasearch-tests/src/test/java/com/algolia/search/ApacheHttpClientTest.java
@@ -129,6 +129,6 @@ public void shouldHandleConnectionResetException() throws Exception {
129
@Test
130
public void shouldHandleSNI() throws Exception {
131
APIClient client = build(APPLICATION_ID + "-1.algolianet.com");
132
- assertThat(client.listApiKeys()).isNotEmpty();
+ assertThat(client.listIndexes()).isNotEmpty();
133
}
134
0 commit comments