Skip to content

Commit c965755

Browse files
committed
Merge branch 'refactor_auth_to_dependency' of https://github.com/simonsobs/soauth into refactor_auth_to_dependency
2 parents 04223fb + 8b5f637 commit c965755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soauth/service/mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def login(
4747
user = await user_service.create_user(
4848
user_name=self.user_name,
4949
email=self.email,
50-
full_name=self.email,
50+
full_name=self.full_name,
5151
grants=self.grants,
5252
conn=conn,
5353
log=log,

0 commit comments

Comments
 (0)