We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f7e93 commit a227ee7Copy full SHA for a227ee7
services/web/server/tests/unit/with_dbs/02/test_projects_groups_handlers.py
@@ -339,7 +339,7 @@ async def test_share_project_with_roles(
339
):
340
assert client.app
341
342
- assert logged_user["role"] == user_role
+ assert logged_user["role"] == user_role.value
343
344
# Attempt to share the project
345
url = client.app.router["share_project"].url_for(
0 commit comments