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_7379_test.py: minor change: adjust pytest.mark.version

This commit is contained in:
pavel-zotov 2023-02-16 12:33:48 +03:00
parent f5d4ebb40c
commit ff1bdeedde

View File

@ -58,7 +58,7 @@ expected_stdout = """
Malformed string
"""
@pytest.mark.version('>=3.0')
@pytest.mark.version('>=4.0.3')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)