소스 검색

Fix incorrect test name (#1017).

Dan Helfman 3 달 전
부모
커밋
eb5dc128bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/unit/hooks/data_source/test_mariadb.py

+ 1 - 1
tests/unit/hooks/data_source/test_mariadb.py

@@ -46,7 +46,7 @@ def test_make_defaults_file_option_with_username_and_password_writes_them_to_fil
     )
 
 
-def test_make_defaults_file_option_escapes_password_containing_backslash():
+def test_make_defaults_file_escapes_password_containing_backslash():
     read_descriptor = 99
     write_descriptor = flexmock()