File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/regressiontests/admin_views Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2210,8 +2210,8 @@ def test_tags(self):
2210
2210
self .assertContains (response , '<li><a href="#built_in-autoescape">autoescape</a></li>' )
2211
2211
2212
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>' )
2213
+ self .assertContains (response , '<h3 id="comments-get_comment_count">get_comment_count </h3>' )
2214
+ self .assertContains (response , '<li><a href="#comments-get_comment_count">get_comment_count </a></li>' )
2215
2215
2216
2216
# The admin list tag group exists
2217
2217
self .assertContains (response , "<h2>admin_list</h2>" , count = 2 )
You can’t perform that action at this time.
0 commit comments