Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index State Management support #398

Merged
merged 8 commits into from
Jun 28, 2023
Prev Previous commit
Next Next commit
test(plugins): fix import of OpenSearchTestCase
Signed-off-by: florian <florian@harfanglab.fr>
  • Loading branch information
florianvazelle committed Jun 27, 2023
commit ee08b1d99132acad903c0693fd9c5e87881592d0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from opensearchpy.helpers.test import OPENSEARCH_VERSION

from . import OpenSearchTestCase
from .. import OpenSearchTestCase


class TestAlertingPlugin(OpenSearchTestCase):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from opensearchpy.exceptions import NotFoundError

from . import OpenSearchTestCase
from .. import OpenSearchTestCase


class TestIndexManagementPlugin(OpenSearchTestCase):
Expand Down