[FIX] indentation

Co-authored-by: Andrea Stirpe <a.stirpe@onestein.nl>
This commit is contained in:
Holger Brunn
2021-02-12 11:35:51 +01:00
committed by GitHub
parent d6a99cabc3
commit 9e086b5346

View File

@@ -55,7 +55,7 @@ class TestBaseSuspendSecurity(TransactionCase):
with self.assertRaises(exceptions.AccessError): with self.assertRaises(exceptions.AccessError):
model.sudo(user_without_access).search([]) model.sudo(user_without_access).search([])
# this tests the search # this tests the search
model.sudo(user_without_access).suspend_security().search([]) model.sudo(user_without_access).suspend_security().search([])
# be sure we can search suspended uids like ints # be sure we can search suspended uids like ints
partners = self.env['res.partner'].with_context( partners = self.env['res.partner'].with_context(
active_test=False, active_test=False,