Skip to content

Commit b7cc001

Browse files
committed
avoid to create vector idx and fulltext with same property
1 parent 6fbb2e5 commit b7cc001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_indexes_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_retrieve_fulltext_index_info_happy_path(driver: neo4j.Driver) -> None:
123123
driver=driver,
124124
index_name="fulltext-index-name",
125125
label_or_type="Document",
126-
text_properties=["vectorProperty"],
126+
text_properties=["short_text_property"],
127127
)
128128
assert index_info is not None
129129
index_name = index_info.get("name")

0 commit comments

Comments
 (0)