mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-28 12:58:41 +02:00
Minor opensource cleanup (#3610)
This commit is contained in:
@@ -73,6 +73,8 @@ def test_zendesk_connector_basic(
|
||||
assert target_doc.semantic_identifier == test_article["semantic_identifier"]
|
||||
assert target_doc.sections[0].link == test_article["sections"][0]["link"]
|
||||
assert target_doc.source == test_article["source"]
|
||||
assert target_doc.primary_owners is not None
|
||||
assert len(target_doc.primary_owners) == 1
|
||||
assert (
|
||||
target_doc.primary_owners[0].display_name
|
||||
== test_article["primary_owners"][0]["display_name"]
|
||||
|
Reference in New Issue
Block a user