From 210c0df715a87eb2a314e853f4db8a55e4b4786b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 8 Sep 2022 21:43:59 +0100 Subject: [PATCH] trivial: Fix style issues New flake8, same issues. Signed-off-by: Stephen Finucane --- patchwork/tests/api/test_comment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patchwork/tests/api/test_comment.py b/patchwork/tests/api/test_comment.py index d4b3eba1..994db70b 100644 --- a/patchwork/tests/api/test_comment.py +++ b/patchwork/tests/api/test_comment.py @@ -449,7 +449,8 @@ class TestPatchComments(utils.APITestCase): @utils.store_samples('patch-comment-detail-update-not-authorized') def test_update_not_authorized(self): - """Update an existing patch comment when not signed in and not authorized. + """Update an existing patch comment when not signed in and not + authorized. To be authorized users must meet at least one of the following: - project maintainer, patch submitter, patch delegate, or -- 2.47.3