mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
URL path in test_response mergefix
This commit is contained in:
parent
288194aa68
commit
da0b7f3f4d
|
@ -196,7 +196,7 @@ class Issue807Testts(TestCase):
|
|||
Covers #807
|
||||
"""
|
||||
|
||||
urls = 'rest_framework.tests.response'
|
||||
urls = 'rest_framework.tests.test_response'
|
||||
|
||||
def test_does_not_append_charset_by_default(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user