mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 21:02:37 +02:00
Fix tests (#593)
* Fix unit/integration/contract tests which were broken by messaging fabric work
This commit is contained in:
parent
34eb083836
commit
5304f96fe6
19 changed files with 461 additions and 439 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue