mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_7056_test.py: minor change: removed unused variable
This commit is contained in:
parent
cafd101681
commit
a28fae261c
@ -73,8 +73,6 @@ def test_1(act: Action, capsys):
|
||||
db_cfg_object.protocol.value = None if protocol_name == 'local' else NetProtocol.INET
|
||||
db_cfg_object.database.value = str(act.db.db_path)
|
||||
|
||||
db_con_string = str(act.db.db_path) if protocol_name == 'local' else act.db.dsn
|
||||
|
||||
success_msg = f'Protocol: {protocol_name} - COMPLETED.'
|
||||
expected_out += success_msg + '\n'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user