We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbb2e5 commit b7cc001Copy full SHA for b7cc001
tests/e2e/test_indexes_e2e.py
@@ -123,7 +123,7 @@ def test_retrieve_fulltext_index_info_happy_path(driver: neo4j.Driver) -> None:
123
driver=driver,
124
index_name="fulltext-index-name",
125
label_or_type="Document",
126
- text_properties=["vectorProperty"],
+ text_properties=["short_text_property"],
127
)
128
assert index_info is not None
129
index_name = index_info.get("name")
0 commit comments