소스 검색

Fix test title of check_auth

pull/3011/head
Matheus Felipe 2 년 전
부모
커밋
89e254c141
No known key found for this signature in database 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')



불러오는 중...
취소
저장