Skip to content

Commit 744a629

Browse files
committed
Removed weaviate test update
1 parent 87dbb96 commit 744a629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/weaviate_e2e/test_weaviate_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ def test_weaviate_neo4j_text_input_remote_embedder(
131131
r"labels=frozenset\({'Question'}\) properties={'question': 'In 1953 Watson \& "
132132
"Crick built a model of the molecular structure of this, the gene-carrying "
133133
"substance', 'id': 'question_c458c6f64d8d47429636bc5a94c97f51'}> "
134-
r"score=0.6[0-9]+>"
134+
r"score=0.5[0-9]+>"
135135
)
136136
assert re.match(pattern, results.items[0].content)

0 commit comments

Comments
 (0)