Skip to content

Commit

Permalink
correct function name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtang-1 committed Dec 9, 2024
1 parent 3ef5ff8 commit 0a94aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/motech/tests/test_reencryption_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_reencrypt_ecb_to_cbc_mode_match_plaintext_without_prefix(self):

self.assertEqual(plaintext_password, self.email_settings.plaintext_password)

def test_empty_password_reencrypt_cbc_to_ecb_mode_match_plaintext(self):
def test_empty_password_reencrypt_ecb_to_cbc_mode_match_plaintext(self):
plaintext_password = ''
self.email_settings.password = plaintext_password
reencrypted_password = reencrypt_ecb_to_cbc_mode(self.email_settings.password, f'${ALGO_AES}$')
Expand Down

0 comments on commit 0a94aa1

Please sign in to comment.