allow replicas (#1116)

This commit is contained in:
Cameron Horn
2026-02-20 21:24:37 -05:00
committed by GitHub
parent 9bc1303d7f
commit c0d9db856a

View File

@@ -114,6 +114,8 @@ class ElasticIndex:
now_set = self.details["settings"]["index"]
for key, value in self.expected_set.items():
if key == "number_of_replicas":
continue
if key not in now_set.keys():
print(key, value)
return True