Skip to content

Commit 064345c

Browse files
committed
Fix ID in test
1 parent 4f5334e commit 064345c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/daily/connectors/airtable/test_airtable_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def create_test_document(
6969
)
7070

7171
return Document(
72-
id=id,
72+
id=f"airtable__{id}",
7373
sections=sections,
7474
source=DocumentSource.AIRTABLE,
7575
semantic_identifier=f"{os.environ['AIRTABLE_TEST_TABLE_NAME']}: {title}",

0 commit comments

Comments
 (0)