Skip to content

Commit 506c0a3

Browse files
committed
fix test
1 parent 0885a94 commit 506c0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/tests/astra-assistants/test_streaming_run_retrieval_async_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async def on_run_step_done(self, run_step) -> None:
8585
matches = []
8686
for tool_call in run_step.step_details.tool_calls:
8787
matches = tool_call.file_search
88-
print(json.dumps(tool_call.file_search))
88+
print(tool_call.file_search)
8989
assert len(matches) > 0, "No matches found"
9090

9191
@override

0 commit comments

Comments
 (0)