fix: Correct token budget message formatting in test case

This commit is contained in:
Paul Gauthier 2025-03-11 12:20:47 -07:00 committed by Paul Gauthier (aider)
parent a2bf2e2910
commit 3d05007024

View file

@ -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