Skip to content

Commit fc0b285

Browse files
committed
Fix LangCache integration test attributes
1 parent cde0f4a commit fc0b285

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/test_langcache_semantic_cache_integration.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,7 @@ def test_attribute_value_with_comma_and_slash_is_encoded_for_llm_string(
250250
entry_id = langcache_with_attrs.store(
251251
prompt=prompt,
252252
response=response,
253-
metadata={
254-
"llm_string": raw_llm_string,
255-
"other": "keep_me",
256-
},
253+
metadata={"llm_string": raw_llm_string},
257254
)
258255
assert entry_id
259256

0 commit comments

Comments
 (0)