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_8185_test.py: Increased in version for FB 5.x

This commit is contained in:
pavel-zotov 2025-01-16 23:23:22 +03:00
parent 621bc55e2a
commit 982fa842ef

View File

@ -48,7 +48,7 @@ init_sql = """
db = db_factory(init = init_sql)
act = python_act('db')
@pytest.mark.version('>=5.0.0')
@pytest.mark.version('>=5.0.1')
def test_1(act: Action, capsys):
srv_cfg = driver_config.register_server(name = 'test_srv_gh_8185', config = '')