Skip to content

Commit

Permalink
test: update patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtang-1 committed Jan 23, 2025
1 parent 099f1fd commit e05499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/motech/openmrs/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def setUp(self):
self.send_mail_mock = self.send_mail_patcher.start()
self.import_patcher = patch('corehq.motech.openmrs.tasks.import_patients_of_owner')
self.import_mock = self.import_patcher.start()
self.decrypt_patcher = patch('corehq.motech.openmrs.tasks.b64_aes_decrypt')
self.decrypt_patcher = patch('corehq.motech.openmrs.models.b64_aes_decrypt')
self.decrypt_patcher.start()

def tearDown(self):
Expand Down

0 comments on commit e05499d

Please sign in to comment.