fix failing test

This commit is contained in:
Brandon Hancock
2025-02-19 13:22:50 -05:00
parent 33b9cd35e9
commit aa350ae530
2 changed files with 86 additions and 379 deletions

View File

@@ -992,8 +992,8 @@ def test_agent_human_input():
# Side effect function for _ask_human_input to simulate multiple feedback iterations
feedback_responses = iter(
[
"Don't say hi, say Hello instead!", # First feedback
"looks good", # Second feedback to exit loop
"Don't say hi, say Hello instead!", # First feedback: instruct change from "Hi" to "Hello"
"", # Second feedback: empty string to signal acceptance and exit loop
]
)