Skip to content

Commit bef94ef

Browse files
committed
test: Make shouldHandleSNI test work with both community/non-community PRs
1 parent 7adbb1c commit bef94ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch-tests/src/test/java/com/algolia/search/ApacheHttpClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ public void shouldHandleConnectionResetException() throws Exception {
129129
@Test
130130
public void shouldHandleSNI() throws Exception {
131131
APIClient client = build(APPLICATION_ID + "-1.algolianet.com");
132-
assertThat(client.listApiKeys()).isNotEmpty();
132+
assertThat(client.listIndexes()).isNotEmpty();
133133
}
134134
}

0 commit comments

Comments
 (0)