mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_label: black, isort, prettier
This commit is contained in:
@@ -24,4 +24,4 @@ class TestReportLabel(common.TransactionCase):
|
||||
)
|
||||
wizard = self.env[model].with_context(context).create({})
|
||||
report_action = wizard.print_report()
|
||||
self.assertEquals(report_action["type"], "ir.actions.report")
|
||||
self.assertEqual(report_action["type"], "ir.actions.report")
|
||||
|
||||
Reference in New Issue
Block a user