Skip to content

Commit

Permalink
Fix black error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanc-me committed Dec 1, 2024
1 parent dad0305 commit 181b33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_ldaps/models/res_company_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _connect(self, conf):
uri = "ldaps://%s:%d" % (conf["ldap_server"], conf["ldap_server_port"])
connection = ldap.initialize(uri)
ldap_chase_ref_disabled = (

Check warning on line 37 in auth_ldaps/models/res_company_ldap.py

View check run for this annotation

Codecov / codecov/patch

auth_ldaps/models/res_company_ldap.py#L37

Added line #L37 was not covered by tests
self.env['ir.config_parameter']
self.env["ir.config_parameter"]
.sudo()
.get_param("auth_ldap.disable_chase_ref")
)
Expand Down

0 comments on commit 181b33a

Please sign in to comment.