mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 05:01:01 +02:00
Fix tests
This commit is contained in:
parent
48d1443fe9
commit
50f48d2cd1
1 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ class TestStructuredQueryProcessor:
|
|||
"""Test successful end-to-end query processing"""
|
||||
# Arrange
|
||||
request = StructuredQueryRequest(
|
||||
question="Show me all customers from New York"
|
||||
question="Show me all customers from New York",
|
||||
user="trustgraph",
|
||||
collection="default"
|
||||
)
|
||||
|
||||
msg = MagicMock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue