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_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
"""
@pytest.mark.version('>=6.0')
@pytest.mark.version('>=5.0.1')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)