mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
test: fix task interpolation test assertion and update cassette
This commit is contained in:
@@ -1634,4 +1634,4 @@ def test_task_interpolation_with_hyphens():
|
||||
result = crew.kickoff(inputs={"interpolation-with-hyphens": "say hello world"})
|
||||
assert "say hello world" in task.prompt()
|
||||
|
||||
assert result.raw == "Hello, World!"
|
||||
assert result.raw == "Hello World!"
|
||||
|
||||
Reference in New Issue
Block a user