mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
Refs #19536 -- Tweaked test assertion to avoid collision with CSRF token.
This commit is contained in:
parent
55481bcdee
commit
e73fb2c9e1
@ -774,7 +774,7 @@ class ChangeListTests(TestCase):
|
||||
response = m.changelist_view(request)
|
||||
self.assertIn('<ul class="object-tools">', response.rendered_content)
|
||||
# The "Add" button inside the object-tools shouldn't appear.
|
||||
self.assertNotIn('Add', response.rendered_content)
|
||||
self.assertNotIn('Add ', response.rendered_content)
|
||||
|
||||
|
||||
class AdminLogNodeTestCase(TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user