From 982fa842ef096ce207acbbb39e3a5abe94098896 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 16 Jan 2025 23:23:22 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_8185_test.py: Increased in version for FB 5.x --- tests/bugs/gh_8185_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/gh_8185_test.py b/tests/bugs/gh_8185_test.py index 68cad08d..6c73d2dc 100644 --- a/tests/bugs/gh_8185_test.py +++ b/tests/bugs/gh_8185_test.py @@ -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 = '')