diff --git a/tests/regressiontests/admin_views/tests.py b/tests/regressiontests/admin_views/tests.py index 374c2aa603..6a4d3975b5 100644 --- a/tests/regressiontests/admin_views/tests.py +++ b/tests/regressiontests/admin_views/tests.py @@ -2210,8 +2210,8 @@ try: self.assertContains(response, '
  • autoescape
  • ') # An app tag exists in both the index and detail - self.assertContains(response, '

    get_flatpages

    ') - self.assertContains(response, '
  • get_flatpages
  • ') + self.assertContains(response, '

    get_comment_count

    ') + self.assertContains(response, '
  • get_comment_count
  • ') # The admin list tag group exists self.assertContains(response, "

    admin_list

    ", count=2)