Skip to content

Commit 904b983

Browse files
author
Your Name
committed
Address the TC failure
1 parent 016442f commit 904b983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/tests/test_workflow_status_triggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_full_text_import_workflow(self, MockGitHub, MockApi, MockSlackNotificat
149149

150150
# Setup mock API
151151
mock_api = Mock()
152-
mock_api.get_full_texts.return_value = [self.api_response]
152+
mock_api.get_full_texts.return_value = self.api_response
153153
MockApi.return_value = mock_api
154154

155155
# Setup initial workflow state

0 commit comments

Comments
 (0)