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

Added/Updated tests\bugs\gh_7256_test.py: adjusted min_version to 4.0.3

This commit is contained in:
pavel-zotov 2023-02-22 15:48:33 +03:00
parent 700a0fcf31
commit c52f2343b4

View File

@ -113,7 +113,7 @@ expected_stdout = """
: name: BLOB_APPEND alias: BLOB_RESULT_5
"""
@pytest.mark.version('>=5.0')
@pytest.mark.version('>=4.0.3')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True, charset = 'None' )