Skip to content

Commit

Permalink
Returns manual uuid creation
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Aug 28, 2024
1 parent 1a60c9a commit 5ad9563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_supabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5ad9563

Please sign in to comment.