diff --git a/tests/test_progit_flask_ui_fork.py b/tests/test_progit_flask_ui_fork.py index 6a71d5e..e39f8da 100644 --- a/tests/test_progit_flask_ui_fork.py +++ b/tests/test_progit_flask_ui_fork.py @@ -497,7 +497,7 @@ class PagureFlaskForktests(tests.Modeltests): @patch('pagure.lib.notify.send_email') def test_request_pull_empty_repo(self, send_email): - """ Test the request_pull endpoint with PR disabled. """ + """ Test the request_pull endpoint against an empty repo. """ send_email.return_value = True tests.create_projects(self.session)