Skip to content

Commit

Permalink
configuration renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Nov 29, 2024
1 parent 8671233 commit 48b6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_context_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async def attached_dict(self) -> ContextDict:
async def prefilled_dict(self) -> ContextDict:
# Attached pre-filled context dictionary
ctx_id = "ctx1"
storage = MemoryContextStorage(rewrite_existing=False, configuration={"requests": 1})
storage = MemoryContextStorage(rewrite_existing=False, partial_read_config={"requests": 1})
await storage.update_main_info(ctx_id, 0, 0, 0, b"", b"")
requests = [
(1, Message("longer text", misc={"k": "v"}).model_dump_json().encode()),
Expand Down

0 comments on commit 48b6444

Please sign in to comment.