Skip to content

Commit

Permalink
[REF] payment_bacen_pix: Method Super without parameters, necessary f…
Browse files Browse the repository at this point in the history
…or the new version of pre-commit.
  • Loading branch information
mbcosta committed Oct 25, 2023
1 parent 690c550 commit e97f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_bacen_pix/tests/test_bacen_pix.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@odoo.tests.tagged("post_install", "-at_install")
class BacenCommon(odoo.tests.HttpCase):
def setUp(self):
super(BacenCommon, self).setUp()
super().setUp()

bacenpix_client_id = "test_client_id"
bacenpix_client_secret = "test_client_secret"
Expand Down

0 comments on commit e97f286

Please sign in to comment.