We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8c994 commit 770b9e1Copy full SHA for 770b9e1
tests/test_crew.py
@@ -2229,7 +2229,7 @@ def cache_func(args, result):
2229
# Verify that one of those calls was with the even number that should be cached
2230
add_to_cache.assert_any_call(
2231
tool="multiplcation_tool",
2232
- input={"first_number": 2, "second_number": 6},
+ input='{"first_number": 2, "second_number": 6}',
2233
output=12,
2234
)
2235
0 commit comments