We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2633cbc commit 995d0b5Copy full SHA for 995d0b5
1 file changed
unit_tests/clamscan/assorted_test.py
@@ -241,7 +241,7 @@ def test_iso_missing_joliet(self):
241
self.verify_output(output.out, expected=expected_results, unexpected=unexpected_results)
242
243
def test_onenote_disabled(self):
244
- self.step_name('Test that clamscan alerts on all test files')
+ self.step_name('Test that clamscan --scan-onenote=no disables onenote support')
245
246
testpaths = [
247
TC.path_build / "unit_tests" / "input" / "clamav_hdb_scanfiles" / "clam.exe.2007.one",
0 commit comments