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 e39da3e commit cec2264Copy full SHA for cec2264
modules/repository-s3/src/test/java/org/elasticsearch/repositories/s3/S3ServiceTests.java
@@ -41,7 +41,7 @@ public void testCachedClientsAreReleased() throws IOException {
41
42
// TODO NOMERGE: move to its own test.
43
assertEquals(endpointOverride, reference.client().serviceClientConfiguration().endpointOverride().get().toString());
44
- assertEquals("us-east-1", reference.client().serviceClientConfiguration().region().toString());
+ assertEquals("es-test-region", reference.client().serviceClientConfiguration().region().toString());
45
46
reference.close();
47
s3Service.close();
0 commit comments