Commit 959e2342 by Jason Bittel

Move parser tests to correct directory

parent c8e47502
#-*- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment