Skip to content

Commit 5cef50b

Browse files
Fix test for thick mode.
1 parent cd83f7b commit 5cef50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_2400_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,6 @@ def test_2457(skip_if_drcp, test_env):
10661066

10671067
def test_2458(test_env):
10681068
"2458 - connection to database with bad password"
1069-
pool = test_env.get_pool(password=test_env.main_password + "X")
10701069
with test_env.assert_raises_full_code("ORA-01017"):
1070+
pool = test_env.get_pool(password=test_env.main_password + "X")
10711071
pool.acquire()

0 commit comments

Comments
 (0)