We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dba69 commit ce3f93cCopy full SHA for ce3f93c
packages/toolbox-core/tests/test_e2e.py
@@ -432,7 +432,7 @@ async def test_run_tool_with_optional_map_param_omitted(
432
assert isinstance(response, str)
433
assert '"execution_context":{"env":"dev"}' in response
434
assert '"user_scores":{"user3":300}' in response
435
- assert '"feature_flags":null"' in response
+ assert '"feature_flags":null' in response
436
437
async def test_run_tool_with_wrong_map_value_type(self, toolbox: ToolboxClient):
438
"""Invoke a tool with a map parameter having the wrong value type."""
0 commit comments