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_7670_test.py: increased min version to 4.0.2 according to the ticket info

This commit is contained in:
pavel-zotov 2023-08-12 08:37:15 +03:00
parent 9045290f54
commit c4f7e8e959

View File

@ -111,7 +111,7 @@ expected_stdout = """
-duplicate specification of A_NAME_IN_PACKAGED_PROC - not supported
"""
@pytest.mark.version('>=3.0')
@pytest.mark.version('>=4.0.2')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)