Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Add missing flag to test
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed May 8, 2017
1 parent 054deab commit f22dec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generic/tests/test_filling_fields.py
Expand Up @@ -360,7 +360,7 @@ def tearDown(self):
self.dummy.image_field.delete()

def test_filling_image_file_field(self):
self.dummy = mommy.make(models.DummyImageFieldModel)
self.dummy = mommy.make(models.DummyImageFieldModel, _create_files=True)
field = models.DummyImageFieldModel._meta.get_field('image_field')
self.assertIsInstance(field, django_models.ImageField)
import time
Expand Down

0 comments on commit f22dec5

Please sign in to comment.