6
0
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:
pavel-zotov 2024-07-22 08:38:45 +03:00
parent cafd101681
commit a28fae261c

View File

@ -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'