Skip to content

Commit 4eeb069

Browse files
authored
Fix Symantec test (#1518)
1 parent 6e90da6 commit 4eeb069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/apps/av/test_symantec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_symantec_log(target_win: Target, fs_win: VirtualFilesystem) -> None:
5050
assert isinstance(records[0], type(SEPLogRecord()))
5151
assert records[0].ts == dt("2023-08-18T15:18:46Z")
5252
assert records[0].virus == "EICAR Test String"
53-
assert records[0].source_file == Path("C:\\eicar.com")
53+
assert records[0].source_file == "C:\\eicar.com"
5454
assert records[0].action_taken == "Pending Analysis"
5555
assert records[0].virus_type == "Test"
5656
assert records[0].scan_id == "1692364523"

0 commit comments

Comments
 (0)