mirror of
https://github.com/public-apis/public-apis
synced 2025-02-14 04:54:29 +01:00
Fix test title of check_auth
This commit is contained in:
parent
e3f51ae6c2
commit
89e254c141
@ -208,7 +208,7 @@ class TestValidadeFormat(unittest.TestCase):
|
||||
self.assertIsInstance(err_msg, str)
|
||||
self.assertEqual(err_msg, expected_err_msg)
|
||||
|
||||
def test_check_auth_with_correct_auth(self):
|
||||
def test_check_auth_with_valid_auth(self):
|
||||
auth_valid = [f'`{auth}`' for auth in auth_keys if auth != 'No']
|
||||
auth_valid.append('No')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user