Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 9316709

Browse files
authored
chore: more accurate test name
1 parent b31d2f0 commit 9316709

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
@@ -113,7 +113,7 @@ def test_get_github_app_installation_token_request_failure(self, mock_post):
113113
self.assertIsNone(result)
114114

115115
@patch("github3.login")
116-
def test_auth_to_github_missing_credentials(self, mock_login):
116+
def test_auth_to_github_invalid_credentials(self, mock_login):
117117
"""
118118
Test the auth_to_github function raises correct ValueError
119119
when credentials are present but incorrect.

0 commit comments

Comments
 (0)