Skip to content

Commit 721723a

Browse files
committed
Fix unittest: test_connection.WL14110 wrong requirement
1 parent 33c6d8e commit 721723a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,8 +2537,8 @@ def test_connect_with_can_handle_expired_pw_flag(self):
25372537
#Skip if remote ldap server is not reachable.
25382538
@unittest.skipIf(not tests.is_host_reachable("100.103.18.98"),
25392539
"ldap server is not reachable")
2540-
@unittest.skipIf(not tests.is_plugin_available("authentication_ldap_simple"),
2541-
"Plugin authentication_ldap_simple not available")
2540+
@unittest.skipIf(not tests.is_plugin_available("authentication_ldap_sasl"),
2541+
"Plugin authentication_ldap_sasl not available")
25422542
class WL14110(tests.MySQLConnectorTests):
25432543
"""WL#14110: Add support for SCRAM-SHA-1
25442544
"""

0 commit comments

Comments
 (0)