mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
refactor: remove redundant and low-value tests, enforce connector_id and created_by_id constraints
This commit is contained in:
parent
5b616eac5a
commit
af22fa7c88
6 changed files with 110 additions and 49 deletions
|
|
@ -28,6 +28,8 @@ def make_connector_document():
|
|||
"unique_id": "test-id-001",
|
||||
"document_type": DocumentType.CLICKUP_CONNECTOR,
|
||||
"search_space_id": 1,
|
||||
"connector_id": 1,
|
||||
"created_by_id": "00000000-0000-0000-0000-000000000001",
|
||||
}
|
||||
defaults.update(overrides)
|
||||
return ConnectorDocument(**defaults)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue