Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Oct 28, 2024
1 parent 497df59 commit 60f7c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltatech_download/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setUp(self):
def test_do_download_file(self):
action = self.wizard.do_download_file()

expected_url = f"/web/content?model=wizard.download.file&download=True&field=data_file&id={self.wizard.id}&filename=test_file.txt"
expected_url = f"/web/content?model=wizard.download.file&download=True&field=data_file&id={self.wizard.id}&filename=test_file.txt" # noq E501

self.assertEqual(action["type"], "ir.actions.act_url")
self.assertEqual(action["url"], expected_url)
Expand Down

0 comments on commit 60f7c10

Please sign in to comment.