remove .value (#26633)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -129,8 +129,8 @@ class TestOpenSearchVector:
|
||||
"hits": [
|
||||
{
|
||||
"_source": {
|
||||
Field.CONTENT_KEY.value: get_example_text(),
|
||||
Field.METADATA_KEY.value: {"document_id": self.example_doc_id},
|
||||
Field.CONTENT_KEY: get_example_text(),
|
||||
Field.METADATA_KEY: {"document_id": self.example_doc_id},
|
||||
},
|
||||
"_score": 1.0,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user