We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceedef1 commit 6bc74f0Copy full SHA for 6bc74f0
tests/regressiontests/admin_views/tests.py
@@ -2210,8 +2210,8 @@ def test_tags(self):
2210
self.assertContains(response, '<li><a href="#built_in-autoescape">autoescape</a></li>')
2211
2212
# An app tag exists in both the index and detail
2213
- self.assertContains(response, '<h3 id="flatpages-get_flatpages">get_flatpages</h3>')
2214
- self.assertContains(response, '<li><a href="#flatpages-get_flatpages">get_flatpages</a></li>')
+ self.assertContains(response, '<h3 id="comments-get_comment_count">get_comment_count</h3>')
+ self.assertContains(response, '<li><a href="#comments-get_comment_count">get_comment_count</a></li>')
2215
2216
# The admin list tag group exists
2217
self.assertContains(response, "<h2>admin_list</h2>", count=2)
0 commit comments