diff --git a/tests/olevba/test_basic.py b/tests/olevba/test_basic.py index 7085ac7..ef5ed26 100644 --- a/tests/olevba/test_basic.py +++ b/tests/olevba/test_basic.py @@ -60,7 +60,7 @@ class TestOlevbaBasic(unittest.TestCase): # check output: self.assertIn('FileOpenError', output) self.assertIn('is RTF', output) - self.assertIn('rtfobj.py', output) + self.assertIn('rtfobj', output) # TODO: I disabled this test because we do not log "not encrypted" as warning anymore # to avoid other issues. # If we really want to test this, then the test should be run with log level INFO: