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 c5f7049 commit 29b8a94Copy full SHA for 29b8a94
tests/unit/models/responses/test_authorized_response.py
@@ -15,7 +15,7 @@ def test_constructor(self) -> None:
15
ar = AuthorizedResponse(
16
user_id="123e4567-e89b-12d3-a456-426614174000",
17
username="testuser",
18
- skip_userid_check=False
+ skip_userid_check=False,
19
)
20
assert ar.user_id == "123e4567-e89b-12d3-a456-426614174000"
21
assert ar.username == "testuser"
0 commit comments