Skip to content

Commit

Permalink
Add unit tests for automated QA checks Fixed v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RickWangPerth committed Jun 19, 2024
1 parent a7ae207 commit b813ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ def test_flag_imported_animal_encounters_with_unknown_reporter(self, mock_get_lo

call_command('automated_qa_checks')
print(mock_logger.info.call_args_list)
mock_logger.info.assert_any_call('Flagging 1 animal encounters for curation due to unknown reporter')
mock_logger.info.assert_any_call('Flagging 1 animal encounters for curation: unknown reporter')

0 comments on commit b813ec1

Please sign in to comment.