diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 2e956c9c..18438c34 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -78,7 +78,7 @@ class TestReportPy3o(TransactionCase): magick_response.iter_content.return_value = "test result" res = report.render_report( self.env.user.ids, report.report_name, {}) - self.assertEqual(('test result', '.pdf'), res) + self.assertEqual(('test result', 'pdf'), res) def test_report_template_configs(self): report = self.env.ref("report_py3o.res_users_report_py3o")