Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
Signed-off-by: Zhongnan Su <[email protected]>
  • Loading branch information
zhongnansu committed Nov 30, 2021
1 parent 24fe254 commit a31e338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctest/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from opensearch_sql_cli.opensearch_connection import OpenSearchConnection
from opensearch_sql_cli.utils import OutputSettings
from opensearch_sql_cli.formatter import Formatter
from elasticsearch import Elasticsearch as OpenSearch, helpers
from opensearchpy import OpenSearch, helpers

ENDPOINT = "http://localhost:9200"
ACCOUNTS = "accounts"
Expand Down

0 comments on commit a31e338

Please sign in to comment.