瀏覽代碼

Fix test title of check_auth

pull/3011/head
Matheus Felipe 2 年之前
父節點
當前提交
89e254c141
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: AA785C523274872F
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      scripts/tests/test_validate_format.py

+ 1
- 1
scripts/tests/test_validate_format.py 查看文件

@@ -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…
取消
儲存