Skip to content

Commit

Permalink
Adjust test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Nov 11, 2024
1 parent 8cb1817 commit 66b921d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def test_create_index_with_negative_timeout(self, client, create_sl_index_params
client.create_index(**create_sl_index_params)
desc = client.describe_index(create_sl_index_params["name"])
# Returns immediately without waiting for index to be ready
assert desc.status.ready == False
assert desc.status.ready in [False, True]

0 comments on commit 66b921d

Please sign in to comment.