Skip to content

Commit 34b1d1c

Browse files
committed
test updates
1 parent 063a44e commit 34b1d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_fdscan(self, clamd_unix_socket):
106106
f.write(python_clamd.EICAR)
107107
f.flush()
108108
os.fchmod(f.fileno(), (mine | other))
109-
expected = {f.name: ('FOUND', 'Eicar-Test-Signature')}
109+
expected = {f.name: ('FOUND', 'Win.Test.EICAR_HDB-1')}
110110

111111
assert clamd_unix_socket.fdscan(f.name) == expected
112112

0 commit comments

Comments
 (0)