Skip to content

Commit 31ab495

Browse files
committed
cleanup
1 parent 35b586a commit 31ab495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/users/_users_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ async def review_user_pre_registration(
720720

721721
# Add invitation extras to the existing extras if provided
722722
if invitation_extras is not None:
723-
assert list(invitation_extras.keys()) == "invitation" # nosec
723+
assert list(invitation_extras.keys()) == ["invitation"] # nosec
724724

725725
# Get the current extras first
726726
current_extras_result = await conn.execute(

0 commit comments

Comments
 (0)