Skip to content

Commit

Permalink
Update test_management_commands_auto_qa_checks.py
Browse files Browse the repository at this point in the history
Fix error messages in observation test cases
  • Loading branch information
RickWangPerth authored Sep 27, 2024
1 parent 22706bb commit cdf4fa4
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: unknown reporter')
mock_logger.info.assert_any_call('Flagging 1 animal encounters for curation due to unknown reporter')

0 comments on commit cdf4fa4

Please sign in to comment.