Skip to content

Commit a227ee7

Browse files
committed
fix tests
1 parent 86f7e93 commit a227ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ async def test_share_project_with_roles(
339339
):
340340
assert client.app
341341

342-
assert logged_user["role"] == user_role
342+
assert logged_user["role"] == user_role.value
343343

344344
# Attempt to share the project
345345
url = client.app.router["share_project"].url_for(

0 commit comments

Comments
 (0)