Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Jun 24, 2019
1 parent 75d7996 commit 83ae485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/tests/resources.py
Expand Up @@ -3438,7 +3438,7 @@ def test_patch_detail_filefield_fix(self):
self.assertEqual(mediabit.title, "Boring Cat Picture") # Title is the same as what it was set before
self.assertEqual(mediabit.image.name, "lulz/catz_new.gif") # imagefield stores new image

always_resource = ALwaysDataBlankMediaBitResource()
always_resource = AlwaysDataBlankMediaBitResource()
request._raw_post_data = request._body = '{"title": "Cat is Funny Again!"}'
resp = always_resource.patch_detail(request, pk=1)
self.assertEqual(resp.status_code, 202)
Expand Down

0 comments on commit 83ae485

Please sign in to comment.