diff --git a/tests/unit/test_sync.py b/tests/unit/test_sync.py index c2ddee90..6235088f 100644 --- a/tests/unit/test_sync.py +++ b/tests/unit/test_sync.py @@ -389,7 +389,7 @@ def test_sync(self, openai_encoder, index_cls): encoder=openai_encoder, routes=[], index=init_index(index_cls), - sync=None, + auto_sync=None, ) route_layer.sync("remote") time.sleep(PINECONE_SLEEP) # allow for index to be populated