6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\gh_7962_test.py: minor change: adjusted min_version to 5.0.1

This commit is contained in:
pavel-zotov 2024-01-23 08:23:05 +03:00
parent bcd8373fc8
commit 1ef8a56398

View File

@ -41,7 +41,7 @@ expected_stdout = """
PG_TEST.SP_USER PG_TEST.SP_USER
""" """
@pytest.mark.version('>=6.0') @pytest.mark.version('>=5.0.1')
def test_1(act: Action): def test_1(act: Action):
act.expected_stdout = expected_stdout act.expected_stdout = expected_stdout
act.execute(combine_output = True) act.execute(combine_output = True)