Skip to content

Commit db55f3a

Browse files
Added new line at the end of the file
1 parent 7447c73 commit db55f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transformation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ def test_av_convert(post_mock, transform):
315315
def test_auto_image(transform):
316316
target_url = '{}/{}/auto_image/{}'.format(config.CDN_URL, APIKEY, EXTERNAL_URL)
317317
auto_image = transform.auto_image()
318-
assert auto_image.url == target_url
318+
assert auto_image.url == target_url

0 commit comments

Comments
 (0)