diff --git a/test/test_utils.py b/test/test_utils.py index 0407345f8..1c1c00d17 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1213,7 +1213,5 @@ class UtilsPythonTest(SupyTestCase): except: res = utils.python.collect_extra_debug_data() - self.assertTrue(re.search('self.bar.*=.*baz', res), res) - # vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: