Skip to content

Commit

Permalink
Update test_user_cognito_dto.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGodoy01 committed Jul 4, 2024
1 parent ef4e8ef commit 318087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared/infra/dto/test_user_cognito_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_from_cognito(self):
name="joao",
role=ROLE.COLLABORATOR,
enabled=True,
user_status=USER_STATUS.CONFIRMED
user_status=USER_STATUS.UNCONFIRMED
)

assert user_cognito_dto.user_id == expected_dto.user_id
Expand Down

0 comments on commit 318087a

Please sign in to comment.