Skip to content

Commit 1a64285

Browse files
committed
Merge PR #454 into 19.0
Signed-off-by sebalix
2 parents 4e3a012 + f5e15e0 commit 1a64285

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base_user_role/tests/test_user_role.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def setUpClass(cls):
5858
# Setup for multi-company testing
5959
cls.multicompany_user_1 = cls.user_model.create(
6060
{
61-
"name": "User 2",
61+
"name": "multicompany_user_1",
6262
"company_id": cls.company1.id,
6363
"company_ids": [fields.Command.set([cls.company1.id, cls.company2.id])],
6464
"group_ids": [
@@ -69,7 +69,7 @@ def setUpClass(cls):
6969
)
7070
cls.multicompany_user_2 = cls.user_model.create(
7171
{
72-
"name": "User 2",
72+
"name": "multicompany_user_2",
7373
"company_id": cls.company2.id,
7474
"company_ids": [fields.Command.set([cls.company2.id])],
7575
"group_ids": [fields.Command.set(cls.env.ref("base.group_user").ids)],

0 commit comments

Comments
 (0)