Use opensearch1 instead of opensearch7 as example in tests
Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user