mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Move parser tests to correct directory
This commit is contained in:
parent
c8e475023c
commit
959e234260
|
@ -1,4 +1,4 @@
|
|||
#-*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import unicode_literals
|
||||
from rest_framework.compat import StringIO
|
||||
|
@ -137,5 +137,3 @@ class TestFileUploadParser(TestCase):
|
|||
|
||||
def __replace_content_disposition(self, disposition):
|
||||
self.parser_context['request'].META['HTTP_CONTENT_DISPOSITION'] = disposition
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user