def image_two(): return UploadedFile( file=create_test_image('png'), name='one.png', content_type='image/png', size=100, )