URL path in test_response mergefix

This commit is contained in:
Markus Törnqvist 2013-05-19 14:36:11 +03:00
parent 288194aa68
commit da0b7f3f4d

View File

@ -196,7 +196,7 @@ class Issue807Testts(TestCase):
Covers #807 Covers #807
""" """
urls = 'rest_framework.tests.response' urls = 'rest_framework.tests.test_response'
def test_does_not_append_charset_by_default(self): def test_does_not_append_charset_by_default(self):
""" """