Skip to content

Commit 035db94

Browse files
committed
Added/Updated tests\bugs\core_6336_test.py: added user/password pair to the command that launches ISQL as child process.
1 parent 1042f35 commit 035db94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bugs/core_6336_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6966,6 +6966,8 @@ def test_1(act: Action, tmp_sql: Path, tmp_log: Path, capsys):
69666966
subprocess.run( [ act.vars['isql']
69676967
,'-q'
69686968
,act.db.dsn
6969+
,'-user', act.db.user
6970+
,'-pas', act.db.password
69696971
,'-ch', 'utf8'
69706972
,'-i', tmp_sql
69716973
]

0 commit comments

Comments
 (0)