Skip to content

Commit cbf2265

Browse files
committed
fix test
1 parent c0e261c commit cbf2265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_create_chat_prompt_with_placeholders():
109109

110110
second_prompt_client = langfuse.get_prompt(prompt_name, type="chat")
111111
second_prompt_client.update(
112-
{
112+
placeholders={
113113
"history": [
114114
{"role": "user", "content": "Example: {{task}}"},
115115
{"role": "assistant", "content": "Example response"},

0 commit comments

Comments
 (0)