We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c6d8e commit 721723aCopy full SHA for 721723a
tests/test_connection.py
@@ -2537,8 +2537,8 @@ def test_connect_with_can_handle_expired_pw_flag(self):
2537
#Skip if remote ldap server is not reachable.
2538
@unittest.skipIf(not tests.is_host_reachable("100.103.18.98"),
2539
"ldap server is not reachable")
2540
-@unittest.skipIf(not tests.is_plugin_available("authentication_ldap_simple"),
2541
- "Plugin authentication_ldap_simple not available")
+@unittest.skipIf(not tests.is_plugin_available("authentication_ldap_sasl"),
+ "Plugin authentication_ldap_sasl not available")
2542
class WL14110(tests.MySQLConnectorTests):
2543
"""WL#14110: Add support for SCRAM-SHA-1
2544
"""
0 commit comments