We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad1088 commit 608676aCopy full SHA for 608676a
test/pdf_tests.py
@@ -1613,7 +1613,7 @@ def testGetPdfInStorageToHtml(self):
1613
def testPutPdfInStorageToHtml(self):
1614
file_name = '4pages.pdf'
1615
self.uploadFile(file_name)
1616
- result_file_name = "result.html"
+ result_file_name = "result.zip"
1617
1618
opts = {
1619
"folder" : self.temp_folder
@@ -1625,7 +1625,7 @@ def testPutPdfInStorageToHtml(self):
1625
1626
def testPutPdfInRequestToHtml(self):
1627
1628
1629
1630
1631
"file" : self.test_data_path + file_name
0 commit comments