agent: Rename test_file_with_included_extension_encrypted

This commit is contained in:
Mike Salvatore 2021-06-24 07:00:06 -04:00
parent 70480c7011
commit f1e592380b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def test_encryption_not_recursive(ransomware_target, ransomware_payload):
assert hash_file(ransomware_target / SUBDIR / HELLO_TXT) == HELLO_TXT_CLEARTEXT_SHA256
def test_file_with_included_extension_encrypted(ransomware_target, ransomware_payload):
def test_all_files_with_included_extension_encrypted(ransomware_target, ransomware_payload):
assert hash_file(ransomware_target / ALL_ZEROS_PDF) == ALL_ZEROS_PDF_CLEARTEXT_SHA256
assert hash_file(ransomware_target / TEST_KEYBOARD_TXT) == TEST_KEYBOARD_TXT_CLEARTEXT_SHA256