diff --git a/mibios/glamr/tests.py b/mibios/glamr/tests.py index 68510e7..ce1bc60 100644 --- a/mibios/glamr/tests.py +++ b/mibios/glamr/tests.py @@ -417,7 +417,7 @@ def test_summaries(self): class DeepLinkTests(TestDataMixin, TestCase): MAX_DEPTH = 2 - href_pat = re.compile(r']*href="([/?][^"]+)"') """ pattern for local links """ def do_test_for_url(self, url, depth, parent):