Skip to content

Commit ce3f93c

Browse files
committed
fix: Fix e2e tests
1 parent 27dba69 commit ce3f93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ async def test_run_tool_with_optional_map_param_omitted(
432432
assert isinstance(response, str)
433433
assert '"execution_context":{"env":"dev"}' in response
434434
assert '"user_scores":{"user3":300}' in response
435-
assert '"feature_flags":null"' in response
435+
assert '"feature_flags":null' in response
436436

437437
async def test_run_tool_with_wrong_map_value_type(self, toolbox: ToolboxClient):
438438
"""Invoke a tool with a map parameter having the wrong value type."""

0 commit comments

Comments
 (0)