From d0051308450880dbc2df6de96a6d1aab954df000 Mon Sep 17 00:00:00 2001 From: Ian Wilson Date: Fri, 6 Sep 2013 17:20:43 -0500 Subject: [PATCH] fixed test name from an old, overly specific iteration of the test --- tests/generic_views/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic_views/test_base.py b/tests/generic_views/test_base.py index bd354ee091..5dd6815d05 100644 --- a/tests/generic_views/test_base.py +++ b/tests/generic_views/test_base.py @@ -472,7 +472,7 @@ class UseMultipleObjectMixinTest(unittest.TestCase): class SingleObjectTemplateResponseMixinTest(unittest.TestCase): - def test_create_view_with_form_only(self): + def test_template_mixin_without_template(self): """ We want to makes sure that if you use a template mixin, but forget the template, it still tells you it's ImproperlyConfigured instead of