What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Fix the tests
What is the current behavior? (You can also link to an open issue here)
some index_management tests failed due to the change of the bootstrapping logic
What is the new behavior (if this is a feature change)?
These tests are fixed to reflect the bootstrapping logic change
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Have unit tests been run against this PR? (Has there also been any additional testing?)
No
Related Python client changes (link commit/PR here)
No
Related documentation changes (link commit/PR here)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Fix the tests
What is the current behavior? (You can also link to an open issue here) some index_management tests failed due to the change of the bootstrapping logic
What is the new behavior (if this is a feature change)? These tests are fixed to reflect the bootstrapping logic change
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No
Have unit tests been run against this PR? (Has there also been any additional testing?) No
Related Python client changes (link commit/PR here) No
Related documentation changes (link commit/PR here)
Other information: These tests passed in the PR build due to an issue with the PR build pipeline. This has been fixed in https://github.com/marqo-ai/marqo/commit/4a8e8a56e8a9499cadbcb96045761979cd9853e7
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes/features)
[ ] Docs have been added / updated (for bug fixes / features)