Skip to content

Commit

Permalink
fix unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Lee committed Mar 7, 2024
1 parent 9d441e7 commit 47e1347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SessionInfo(BaseModel):
"""
user_id: str
session_id: str
remember_me: bool
remember_me: bool = False
user_agent: str
user_host: str
last_active: datetime
Expand Down

0 comments on commit 47e1347

Please sign in to comment.