Skip to content

Commit

Permalink
fix remove_bom test
Browse files Browse the repository at this point in the history
See #30
  • Loading branch information
casperdcl committed May 5, 2020
1 parent 0227318 commit 4c820cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydrive2/test/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def test_GFile_Conversion_Lossless_String(self):
downloaded_file_name = "_tmp_downloaded_file_name.txt"
pydrive_retry(
lambda: file1.GetContentFile(
downloaded_file_name, mimetype="text/plain"
downloaded_file_name, mimetype="text/plain", remove_bom=True
)
)
downloaded_string = open(downloaded_file_name).read()
Expand Down

0 comments on commit 4c820cc

Please sign in to comment.