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 d873221 commit b099bdc
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 @@ -74,7 +74,7 @@ def test_auth_to_github_with_app(self, mock_gh):
self.assertEqual(result, mock)

@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 b099bdc

Please sign in to comment.