diff options
Diffstat (limited to 'djangorestframework/tests/authentication.py')
| -rw-r--r-- | djangorestframework/tests/authentication.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/djangorestframework/tests/authentication.py b/djangorestframework/tests/authentication.py index b2bc4446..c825883d 100644 --- a/djangorestframework/tests/authentication.py +++ b/djangorestframework/tests/authentication.py @@ -13,8 +13,6 @@ except ImportError:      import simplejson as json  class MockResource(Resource): -    allowed_methods = ('POST',) -      def post(self, request):          return {'a':1, 'b':2, 'c':3}  | 
