Skip to content

Commit

Permalink
COde Review
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed Jul 22, 2024
1 parent 19af1e7 commit 5c30f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users_default_groups/tests/test_users_default_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestDefaultUserRights(common.SavepointCase):
def setUpClass(cls):
super().setUpClass()
cls.default_user = cls.env.ref("base.default_user")
cls.group = cls.env.ref("sales_team.group_sale_salesman")
cls.group = cls.env.ref("base.group_user")
cls.default_user.write({"groups_id": [(4, cls.group.id)]})

def test_default_user_rights_checked(self):
Expand Down

0 comments on commit 5c30f55

Please sign in to comment.