"litemall-all/vscode:/vscode.git/clone" did not exist on "0f2fca0e6053d060852c2d00c16cdcf3af387015"
Unverified Commit 89e254c1 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Fix test title of check_auth

parent e3f51ae6
......@@ -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')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment