Use opensearch1 instead of opensearch7 as example in tests

Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
Rushi Agrawal
2021-08-19 07:58:20 +05:30
parent 9e9269c8f3
commit c6cae11f97
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
from typing import Any, AsyncGenerator, Dict, Generator
from opensearch7 import (
from opensearch1 import (
AIOHttpConnection,
AsyncOpenSearch,
AsyncTransport,
@@ -35,7 +35,7 @@ from opensearch7 import (
RequestsHttpConnection,
Transport,
)
from opensearch7.helpers import (
from opensearch1.helpers import (
async_bulk,
async_reindex,
async_scan,
+1 -1
View File
@@ -25,7 +25,7 @@
# under the License.
"""A command line tool for building and verifying releases
Can be used for building both 'opensearch' and 'elasticsearchX' dists.
Can be used for building both 'opensearch' and 'opensearchX' dists.
Only requires 'name' in 'setup.py' and the directory to be changed.
"""