Fix tests (#593)

* Fix unit/integration/contract tests which were broken by messaging fabric work
This commit is contained in:
cybermaggedon 2025-12-19 08:53:21 +00:00 committed by GitHub
parent 34eb083836
commit 5304f96fe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 461 additions and 439 deletions

View file

@ -257,7 +257,6 @@ class TestAgentMessageContracts:
# Act
request = AgentRequest(
question="What comes next?",
plan="Multi-step plan",
state="processing",
history=history_steps
)
@ -588,7 +587,6 @@ class TestSerializationContracts:
request = AgentRequest(
question="Test with array",
plan="Test plan",
state="Test state",
history=steps
)