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: