Skip to content

Commit

Permalink
[14.0][FIX] base_report_auto_create_qweb-conflict_test_report, confli…
Browse files Browse the repository at this point in the history
…ct test report name
  • Loading branch information
kittiu committed May 28, 2021
1 parent d1c9eda commit d62fe03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_creation_html(self):
"name": "Test 1",
"model": "res.partner",
"report_type": "qweb-html",
"report_name": "test1.report_test",
"report_name": "test1.auto_qweb_report_test",
}
)
report_html.button_create_qweb()
Expand All @@ -37,7 +37,7 @@ def test_creation_duplicate_pdf(self):
"name": "Test 2",
"model": "res.partner",
"report_type": "qweb-pdf",
"report_name": "test2.report_test",
"report_name": "test2.auto_qweb_report_test",
}
)
report_pdf.button_create_qweb()
Expand Down

0 comments on commit d62fe03

Please sign in to comment.