Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatascastro12 committed Aug 22, 2023
1 parent 4d1f93c commit 4d1e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_authenticate_with_code(self, capture_and_mock_request, mock_auth_respon

url, request = capture_and_mock_request("post", mock_auth_response, 200)

response = self.users.authenticate_with_token(
response = self.users.authenticate_with_code(
code=code,
expires_in=expires_in,
user_agent=user_agent,
Expand Down

0 comments on commit 4d1e304

Please sign in to comment.