diff --git a/tests/basic/test_commands.py b/tests/basic/test_commands.py index 286bd30ed..675a8f021 100644 --- a/tests/basic/test_commands.py +++ b/tests/basic/test_commands.py @@ -1310,7 +1310,7 @@ class TestCommands(TestCase): # Use the actual input_value (not normalized) in the assertion mock_tool_output.assert_any_call( f"Set thinking token budget to {expected_tokens:,} tokens" - f" ({input_value.lower()})." + f" ({input_value})." ) # Test with no value provided - should display current value