feature: remove redundant patch
This commit is contained in:
parent
f801ea6c71
commit
a74e797fb2
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ from rhodecode.tests.routes import route_path
|
||||||
|
|
||||||
@pytest.mark.usefixtures("autologin_user", "app")
|
@pytest.mark.usefixtures("autologin_user", "app")
|
||||||
@pytest.mark.backends("git", "hg")
|
@pytest.mark.backends("git", "hg")
|
||||||
@patch("rhodecode.apps.repository.views.repo_pull_requests.run_task")
|
|
||||||
class TestAiCodeReview:
|
class TestAiCodeReview:
|
||||||
def test_pr_closed_review_not_possible(self, backend, pr_util):
|
def test_pr_closed_review_not_possible(self, backend, pr_util):
|
||||||
pull_request = pr_util.create_pull_request()
|
pull_request = pr_util.create_pull_request()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue