Skip to content

Commit

Permalink
Fixed failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri committed Nov 25, 2024
1 parent 577a45f commit 8987fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion processes/ingest/publisher_backlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def runProcess(self):
else:
logger.warning(f'Unknown Publisher Backlist ingestion process type {self.process}')
return
raise Exception
for record in records:
self.addDCDWToUpdateList(record)

Expand Down
1 change: 1 addition & 0 deletions services/sources/publisher_backlist_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ def get_records_array(self,
pub_backlist_records_response_json = pub_backlist_records_response.json()
array_json.append(pub_backlist_records_response_json)

print(len(array_json))
return array_json

0 comments on commit 8987fa9

Please sign in to comment.