From 47f072f0bd7a4182553628eded519ce6d4d53f82 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sat, 25 Feb 2023 14:00:05 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7217_test.py: minor change: reduced min_version to 4.0.2 after appropriate check --- tests/bugs/gh_7217_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bugs/gh_7217_test.py b/tests/bugs/gh_7217_test.py index 1e455682..59cbfd79 100644 --- a/tests/bugs/gh_7217_test.py +++ b/tests/bugs/gh_7217_test.py @@ -7,7 +7,7 @@ TITLE: user with DROP ANY PACKAGE privilege can not execute DROP PACKAGE B NOTES: [25.02.2023] pzotov Confirmed bug on 5.0.0.520. - Checked on 5.0.0.959 - all OK. + Checked on 5.0.0.959, 4.0.3.2903 - all OK. """ import pytest @@ -60,7 +60,7 @@ expected_stdout = """ Records affected: 2 """ -@pytest.mark.version('>=5.0') +@pytest.mark.version('>=4.0.2') def test_1(act: Action, tmp_usr1: User, tmp_usr2: User, tmp_role: Role): test_script = f"""