Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Feb 26, 2020
1 parent c7df525 commit 42af0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_register(self, cognito_user):
)

user.set_base_attributes(**base_attr)
res = user.register("sampleuser", "sample4#Password")
user.register("sampleuser", "sample4#Password")

@patch("pycognito.aws_srp.AWSSRP.authenticate_user", _mock_authenticate_user)
@patch("pycognito.Cognito.verify_token", _mock_verify_tokens)
Expand Down

0 comments on commit 42af0f3

Please sign in to comment.