Skip to content

Commit dac0e0f

Browse files
author
Your Name
committed
Update test_workflow_status_triggers.py
1 parent 0528153 commit dac0e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sde_collections/tests/test_workflow_status_triggers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ def setUp(self):
108108
{"url": "http://example.com/2", "title": "Title 2", "full_text": "Content 2"},
109109
]
110110

111+
@patch("sde_collections.utils.slack_utils.send_detailed_import_notification")
111112
@patch("sde_collections.tasks.Api")
112113
@patch("sde_collections.models.collection.GitHubHandler")
113-
def test_full_text_import_workflow(self, MockGitHub, MockApi):
114+
def test_full_text_import_workflow(self, MockGitHub, MockApi, MockSlackNotification):
114115
"""Test the full process of importing full text data"""
115116
# Setup mock GitHub handler with proper XML content
116117
mock_github = Mock()

0 commit comments

Comments
 (0)