1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Normalized spelling of ETag.

This commit is contained in:
Tim Graham
2016-09-09 11:00:21 -04:00
parent ca9c69a968
commit ef021412d5
8 changed files with 7 additions and 8 deletions

View File

@@ -6047,7 +6047,7 @@ class InlineAdminViewOnSiteTest(TestCase):
@override_settings(ROOT_URLCONF='admin_views.urls')
class TestEtagWithAdminView(SimpleTestCase):
class TestETagWithAdminView(SimpleTestCase):
# See https://code.djangoproject.com/ticket/16003
def test_admin(self):