Skip to content

Commit

Permalink
fix test decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Jun 27, 2023
1 parent 55be3ff commit 3d14bcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_successful_email_change_without_idp(self, mock_update_user_email):
'Should not use idp unless explicitly enabled via ENABLE_TAHOE_IDP'
)

@patch('tahoe_idp.receivers.user_sync_to_idp')
@patch('tahoe_idp.api.update_user_email')
def test_successful_email_change_with_idp(self, mock_update_user_email, mock_user_sync_to_idp):
"""
Expand Down

0 comments on commit 3d14bcc

Please sign in to comment.