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