We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063a44e commit 34b1d1cCopy full SHA for 34b1d1c
1 file changed
src/tests/test_api.py
@@ -106,7 +106,7 @@ def test_fdscan(self, clamd_unix_socket):
106
f.write(python_clamd.EICAR)
107
f.flush()
108
os.fchmod(f.fileno(), (mine | other))
109
- expected = {f.name: ('FOUND', 'Eicar-Test-Signature')}
+ expected = {f.name: ('FOUND', 'Win.Test.EICAR_HDB-1')}
110
111
assert clamd_unix_socket.fdscan(f.name) == expected
112
0 commit comments