Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
one more typo in test
  • Loading branch information
Matt Cordes committed Apr 12, 2010
1 parent a2f124a commit 8cac01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piston/tests.py
Expand Up @@ -116,7 +116,7 @@ def error_handler(self, error, request):

return response

return super(error_handler, self).error_handler(error, request)
return super(MyResource, self).error_handler(error, request)

resource = MyResource(MyHandler)

Expand Down

0 comments on commit 8cac01c

Please sign in to comment.