Fix typo (azure -> s3)

This commit is contained in:
David Pilato 2015-01-02 23:09:36 +01:00
parent ea9609c642
commit 377e7e0c78
1 changed files with 2 additions and 2 deletions

View File

@ -362,8 +362,8 @@ abstract public class AbstractS3SnapshotRestoreTest extends AbstractAwsTest {
@Test
public void testGetDeleteNonExistingSnapshot_86() {
ClusterAdminClient client = client().admin().cluster();
logger.info("--> creating azure repository without any path");
PutRepositoryResponse putRepositoryResponse = client.preparePutRepository("test-repo").setType("azure")
logger.info("--> creating s3 repository without any path");
PutRepositoryResponse putRepositoryResponse = client.preparePutRepository("test-repo")
.setType("s3").setSettings(ImmutableSettings.settingsBuilder()
.put("base_path", basePath)
).get();