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 e936600 commit c8d0c45Copy full SHA for c8d0c45
firebird/qa/plugin.py
@@ -120,9 +120,9 @@ def pytest_configure(config):
120
_vars_['server'] = config.getoption('server')
121
_vars_['bin-dir'] = config.getoption('bin_dir')
122
_vars_['protocol'] = config.getoption('protocol')
123
- _vars_['password'] = config.getoption('password', 'masterkey')
124
srv_conf = driver_config.get_server(_vars_['server'])
125
_vars_['host'] = srv_conf.host.value if srv_conf is not None else ''
+ _vars_['password'] = srv_conf.password.value
126
#
127
with connect_server(_vars_['server'], user='SYSDBA',
128
password=_vars_['password']) as srv:
0 commit comments