feature: remove redundant patch

This commit is contained in:
ievgenii.v 2025-10-30 16:16:32 +02:00
parent f801ea6c71
commit a74e797fb2

View file

@ -7,7 +7,6 @@ from rhodecode.tests.routes import route_path
@pytest.mark.usefixtures("autologin_user", "app")
@pytest.mark.backends("git", "hg")
@patch("rhodecode.apps.repository.views.repo_pull_requests.run_task")
class TestAiCodeReview:
def test_pr_closed_review_not_possible(self, backend, pr_util):
pull_request = pr_util.create_pull_request()