Commit ddf57c0e9e9b75ee12eb499ac907d2d9867ba4da

Authored by decalage2
1 parent 750859ce

test_basic: fixed a slight issue when testing RTF with olevba

Showing 1 changed file with 1 additions and 1 deletions
tests/olevba/test_basic.py
@@ -60,7 +60,7 @@ class TestOlevbaBasic(unittest.TestCase): @@ -60,7 +60,7 @@ class TestOlevbaBasic(unittest.TestCase):
60 # check output: 60 # check output:
61 self.assertIn('FileOpenError', output) 61 self.assertIn('FileOpenError', output)
62 self.assertIn('is RTF', output) 62 self.assertIn('is RTF', output)
63 - self.assertIn('rtfobj.py', output) 63 + self.assertIn('rtfobj', output)
64 # TODO: I disabled this test because we do not log "not encrypted" as warning anymore 64 # TODO: I disabled this test because we do not log "not encrypted" as warning anymore
65 # to avoid other issues. 65 # to avoid other issues.
66 # If we really want to test this, then the test should be run with log level INFO: 66 # If we really want to test this, then the test should be run with log level INFO: