Fix tests

This commit is contained in:
Cyber MacGeddon 2026-04-21 13:34:52 +01:00
parent bc1a7c1c44
commit 04b336fa82
2 changed files with 9 additions and 11 deletions

View file

@ -94,7 +94,6 @@ class KnowledgeLoader:
metadata={
"id": self.document_id,
"metadata": [],
"user": self.workspace,
"collection": self.collection
}
)
@ -124,7 +123,6 @@ class KnowledgeLoader:
metadata={
"id": self.document_id,
"metadata": [],
"user": self.workspace,
"collection": self.collection
}
)