copilot fixes

This commit is contained in:
2025-10-20 21:58:52 +02:00
parent 9a2b4721fa
commit 2fbdcca892
6 changed files with 14 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ class TestReportGenerationAgent:
No significant regulatory news has been reported and the social media sentiment remains unknown.
"""
response = self.agent.run(sample_data) #type: ignore
response = self.agent.run(sample_data) # type: ignore
assert response is not None
assert response.content is not None
content = response.content