Skip to content

Commit d50bf91

Browse files
committed
chore: fix naming to match test case
Signed-off-by: Zack Koppert <zkoppert@github.com>
1 parent 8197448 commit d50bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_get_github_app_installation_token_request_failure(self, mock_post):
110110
self.assertIsNone(result)
111111

112112
@patch("github3.login")
113-
def test_auth_to_github_missing_credentials(self, mock_login):
113+
def test_auth_to_github_invalid_credentials(self, mock_login):
114114
"""
115115
Test the auth_to_github function raises correct ValueError
116116
when credentials are present but incorrect.

0 commit comments

Comments
 (0)