From ddf57c0e9e9b75ee12eb499ac907d2d9867ba4da Mon Sep 17 00:00:00 2001 From: decalage2 Date: Mon, 4 May 2020 13:40:47 +0200 Subject: [PATCH] test_basic: fixed a slight issue when testing RTF with olevba --- tests/olevba/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- libgit2 0.21.4