Skip to content

Commit

Permalink
Update test_actions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saimedhi authored Mar 13, 2024
1 parent d21e53b commit 9a45129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_opensearchpy/test_server/test_helpers/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a45129

Please sign in to comment.