Skip to content

Commit 8b5f637

Browse files
JBorrowCopilot
andauthored
Update soauth/service/mock.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4ccb0fa commit 8b5f637

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)