[IMP] test utils: don't ACL-protect repos by default

This is quite frustrating when trying to access the frontend from a
test especially combined with the lack of in-log feedback (before the
previous commit).
This commit is contained in:
Xavier Morel 2024-06-12 11:16:14 +02:00
parent d2e730c39b
commit 81f133de15

View File

@ -158,6 +158,7 @@ def make_basic(
'name': prod.name,
'required_statuses': statuses,
'fp_remote_target': other.name if other else False,
'group_id': False,
})
env['res.partner'].search([
('github_login', '=', config['role_reviewer']['user'])