summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2019-02-14 17:51:24 +0000
committerMichael Weiser <michael.weiser@gmx.de>2019-02-14 18:46:08 +0000
commit80b4ca07d12e27c919c3091ee625f401edb6994e (patch)
treeb34e0344f98dfcc1c94785731c6d9a8c40cc9255 /test.py
parent2c238861155e664f80ff2e81ecdf092a0d50acc1 (diff)
Drop accessor for internal report
As the name suggests and with the move of processing report dumping into Sample, no-one needs to access the internal report from outside Sample. So drop the accessor.
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.py b/test.py
index 2346a84..9d9e72c 100644
--- a/test.py
+++ b/test.py
@@ -553,7 +553,6 @@ class TestSample(unittest.TestCase):
self.sample.peekaboo_report[0],
'Die Datei "%s" wird als "unchecked" betrachtet'
% self.sample.filename)
- self.assertListEqual(self.sample.internal_peekaboo_report, [])
self.assertEqual(self.sample.cuckoo_report, None)
self.assertEqual(self.sample.done, False)
self.assertEqual(self.sample.submit_path, None)
@@ -581,7 +580,6 @@ class TestSample(unittest.TestCase):
self.sample.peekaboo_report[1],
'Die Datei "%s" wird als "unchecked" betrachtet'
% self.sample.filename)
- self.assertListEqual(self.sample.internal_peekaboo_report, [])
self.assertEqual(self.sample.cuckoo_report, None)
self.assertEqual(self.sample.done, False)
self.assertRegexpMatches(