Skip to content

Commit

Permalink
addressed feedback : reverted the removed space between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamraj198 committed Oct 7, 2019
1 parent c22c771 commit 3b729d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/transformation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def test_pdf_info(transform):
result = transform.pdf_info(colorinfo=True)
assert result.url == target_url


def test_pdf_convert(transform):
target_url = '{}/{}/pdfconvert=pageorientation:landscape/{}'.format(config.CDN_URL, APIKEY, EXTERNAL_URL)
result = transform.pdf_convert(pageorientation='landscape')
Expand Down

0 comments on commit 3b729d9

Please sign in to comment.