mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
b032724795ef088a00b9ad3c2a9957c44090fe31
These 2 tests were checking the exact set of groups a user should have. If these tests are ran in a database where a module is previously installed which adds more groups to the base role, these exact group sets would be inexact, although the behavior that is being tested was actually properly working. With this patch, basically I'm testing if the user contains the groups from the roles, not the exact role set expected. It should work in integration scenarios. @Tecnativa TT20468
Description
Languages
HTML
51.4%
Python
48.6%