Skip to content

Commit

Permalink
chore: fix naming to match test case
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Nov 5, 2024
1 parent 8197448 commit d50bf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_get_github_app_installation_token_request_failure(self, mock_post):
self.assertIsNone(result)

@patch("github3.login")
def test_auth_to_github_missing_credentials(self, mock_login):
def test_auth_to_github_invalid_credentials(self, mock_login):
"""
Test the auth_to_github function raises correct ValueError
when credentials are present but incorrect.
Expand Down

0 comments on commit d50bf91

Please sign in to comment.