Skip to content

Instantly share code, notes, and snippets.

@riklaunim
Created November 17, 2015 14:36
Show Gist options
  • Save riklaunim/744ded518de8582eb227 to your computer and use it in GitHub Desktop.
Save riklaunim/744ded518de8582eb227 to your computer and use it in GitHub Desktop.
view = self.TestAPIResource.as_view({'get': 'update'})
request.POST = {'place_id': place.pk}
response = view(request, pk=place.pk)
self.assertEqual(200, response.status_code)
self.assertEqual({'status': 'very ok'}, response.data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment