Skip to content

Commit

Permalink
fix jira connector test (#3983)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
  • Loading branch information
rkuo-danswer and Richard Kuo (Danswer) authored Feb 13, 2025
1 parent 0c0113a commit 53683e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/daily/connectors/jira/test_jira_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_jira_connector_basic(jira_connector: JiraConnector) -> None:
doc = doc_batch[0]

assert doc.id == "https://danswerai.atlassian.net/browse/AS-2"
assert doc.semantic_identifier == "test123small"
assert doc.semantic_identifier == "AS2: test123small"
assert doc.source == DocumentSource.JIRA
assert doc.metadata == {"priority": "Medium", "status": "Backlog"}
assert doc.secondary_owners is None
Expand Down

0 comments on commit 53683e2

Please sign in to comment.