Skip to content

Commit

Permalink
Removed weaviate test update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Aug 8, 2024
1 parent 87dbb96 commit 744a629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/weaviate_e2e/test_weaviate_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ def test_weaviate_neo4j_text_input_remote_embedder(
r"labels=frozenset\({'Question'}\) properties={'question': 'In 1953 Watson \& "
"Crick built a model of the molecular structure of this, the gene-carrying "
"substance', 'id': 'question_c458c6f64d8d47429636bc5a94c97f51'}> "
r"score=0.6[0-9]+>"
r"score=0.5[0-9]+>"
)
assert re.match(pattern, results.items[0].content)

0 comments on commit 744a629

Please sign in to comment.