Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/plugins/apps/av/test_symantec.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_symantec_log(target_win: Target, fs_win: VirtualFilesystem) -> None:
assert isinstance(records[0], type(SEPLogRecord()))
assert records[0].ts == dt("2023-08-18T15:18:46Z")
assert records[0].virus == "EICAR Test String"
assert records[0].source_file == Path("C:\\eicar.com")
assert records[0].source_file == "C:\\eicar.com"
assert records[0].action_taken == "Pending Analysis"
assert records[0].virus_type == "Test"
assert records[0].scan_id == "1692364523"
Expand Down
Loading