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:
parent
bcd8373fc8
commit
1ef8a56398
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user