From 5ad9563564fdc0cdb1d0d0c66ae789f9fd1a98aa Mon Sep 17 00:00:00 2001 From: gharvey Date: Wed, 28 Aug 2024 14:58:44 -0700 Subject: [PATCH] Returns manual uuid creation --- tests/e2e/test_supabase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/test_supabase.py b/tests/e2e/test_supabase.py index 9e7c6aa40..4a673f26b 100644 --- a/tests/e2e/test_supabase.py +++ b/tests/e2e/test_supabase.py @@ -61,7 +61,7 @@ async def postgres_db_changes(): assert upload_file_id is not None, "Failed to upload file" vector_store = VectorStore( - id="", + id=str(uuid.uuid4()), created_at=0, file_counts=FileCounts( cancelled=0,