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 35b586a commit 31ab495Copy full SHA for 31ab495
services/web/server/src/simcore_service_webserver/users/_users_repository.py
@@ -720,7 +720,7 @@ async def review_user_pre_registration(
720
721
# Add invitation extras to the existing extras if provided
722
if invitation_extras is not None:
723
- assert list(invitation_extras.keys()) == "invitation" # nosec
+ assert list(invitation_extras.keys()) == ["invitation"] # nosec
724
725
# Get the current extras first
726
current_extras_result = await conn.execute(
0 commit comments