diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-09 11:00:21 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-09 11:00:58 -0400 |
| commit | 244c4c06f9fbcb5fe96511c8f22b0ee4856baf18 (patch) | |
| tree | a72563028f353e332ee7be6e46adecd176216274 /tests/admin_views | |
| parent | 1f3c66fe9fd8c8e980ecda0a9917319f35ad6676 (diff) | |
[1.10.x] Normalized spelling of ETag.
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
Diffstat (limited to 'tests/admin_views')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 8d663e589b..79b07f6bc9 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -5990,7 +5990,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): |
