We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e90da6 commit 4eeb069Copy full SHA for 4eeb069
tests/plugins/apps/av/test_symantec.py
@@ -50,7 +50,7 @@ def test_symantec_log(target_win: Target, fs_win: VirtualFilesystem) -> None:
50
assert isinstance(records[0], type(SEPLogRecord()))
51
assert records[0].ts == dt("2023-08-18T15:18:46Z")
52
assert records[0].virus == "EICAR Test String"
53
- assert records[0].source_file == Path("C:\\eicar.com")
+ assert records[0].source_file == "C:\\eicar.com"
54
assert records[0].action_taken == "Pending Analysis"
55
assert records[0].virus_type == "Test"
56
assert records[0].scan_id == "1692364523"
0 commit comments