From 9a451296fb16c06fef8aa3c98b9f8dd317a52c45 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:49:01 -0700 Subject: [PATCH] Update test_actions.py --- test_opensearchpy/test_server/test_helpers/test_actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_opensearchpy/test_server/test_helpers/test_actions.py b/test_opensearchpy/test_server/test_helpers/test_actions.py index b519e428..b5f15f3f 100644 --- a/test_opensearchpy/test_server/test_helpers/test_actions.py +++ b/test_opensearchpy/test_server/test_helpers/test_actions.py @@ -72,6 +72,7 @@ def Testfailingtest(self) -> None: response = self.client.indices.forcemerge(index='test', primary_only=True) print("response printed", response) assert response['_shards']['total'] == 2 + assert 1 == 2 class TestStreamingBulk(OpenSearchTestCase): def test_actions_remain_unchanged(self) -> None: