Skip to content

Commit

Permalink
It was needed after all
Browse files Browse the repository at this point in the history
  • Loading branch information
SemVerTsar committed Oct 24, 2014
1 parent 32b2c3d commit f594f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_management/api/avatar/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def _simple_png():
image_file = BytesIO()
image = Image.new('RGBA', (1, 1))
image.save(image_file, 'png')
image_file._committed = True
image_file.name = 'test.png'
image_file.url = '{0}/{1}'.format(
TEST_SERVER,
Expand Down

0 comments on commit f594f7b

Please sign in to comment.