Skip to content

Commit 16aa3db

Browse files
committed
test fixed
1 parent 65f8676 commit 16aa3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ async def test_delete_multiple_opened_project_forbidden(
157157
user_id=logged_user["id"], project_id=user_project["uuid"]
158158
)
159159
# open project in tab1
160+
client_session_id1 = None
160161
try:
161162
sio, client_session_id1 = await create_socketio_connection(None, client)
162163
assert sio

0 commit comments

Comments
 (0)