test: fix task interpolation test assertion and update cassette

This commit is contained in:
Greyson LaLonde
2025-09-26 23:07:51 -04:00
parent c062992806
commit 3b18e7d971
2 changed files with 304 additions and 1 deletions

View File

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