Skip to content

Commit a68c91e

Browse files
fix tests
1 parent 8c5b95d commit a68c91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_patch_project_and_notify_users_locking.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async def test_patch_project_and_notify_users_sequential(
6969
project_uuid=project_uuid,
7070
patch_project_data=patch_data_1,
7171
user_primary_gid=user_primary_gid,
72+
client_session_id=None,
7273
)
7374

7475
# Get version after first patch
@@ -83,6 +84,7 @@ async def test_patch_project_and_notify_users_sequential(
8384
project_uuid=project_uuid,
8485
patch_project_data=patch_data_2,
8586
user_primary_gid=user_primary_gid,
87+
client_session_id=None,
8688
)
8789

8890
# Get version after second patch
@@ -126,6 +128,7 @@ async def test_patch_project_and_notify_users_concurrent_locking(
126128
project_uuid=project_uuid,
127129
patch_project_data=patch_data,
128130
user_primary_gid=user_primary_gid,
131+
client_session_id=None,
129132
)
130133
for patch_data in concurrent_patch_data_list
131134
]
@@ -189,6 +192,7 @@ async def test_patch_project_and_notify_users_concurrent_different_projects(
189192
project_uuid=project_uuid_1,
190193
patch_project_data=patch_data,
191194
user_primary_gid=user_primary_gid,
195+
client_session_id=None,
192196
)
193197

194198
# Get final versions

0 commit comments

Comments
 (0)