From eb5dc128bf847e09de79cd0994ed527703ba9eda Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 6 Mar 2025 10:34:28 -0800 Subject: [PATCH] Fix incorrect test name (#1017). --- tests/unit/hooks/data_source/test_mariadb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/hooks/data_source/test_mariadb.py b/tests/unit/hooks/data_source/test_mariadb.py index b3051783..871c1969 100644 --- a/tests/unit/hooks/data_source/test_mariadb.py +++ b/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()